Search Results for

    Show / Hide Table of Contents

    Class ReverseDirection

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    UIBlock
    ReverseDirection
    Implements
    IMessageSink
    Inherited Members
    UIBlock.GetProperties()
    UIBlock.Focus()
    UIBlock.TestFocusChange()
    UIBlock.Enable
    UIBlock.Expanded
    UIBlock.Group
    UIBlock.Label
    UIBlock.Name
    UIBlock.Show
    UIBlock.Type
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.BlockStyler
    Assembly: NXOpenUI.dll
    Syntax
    public class ReverseDirection : UIBlock, IMessageSink

    Constructors

    ReverseDirection()

    Declaration
    protected ReverseDirection()

    Properties

    Direction

    Declaration
    public Vector3d Direction { get; set; }
    Property Value
    Type Description
    Vector3d

    Flip

    Declaration
    public bool Flip { get; set; }
    Property Value
    Type Description
    bool

    Origin

    Declaration
    public Point3d Origin { get; set; }
    Property Value
    Type Description
    Point3d

    Methods

    TestFlip(bool)

    Declaration
    public void TestFlip(bool flip)
    Parameters
    Type Name Description
    bool flip

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In this article
    Back to top Generated by DocFX