Search Results for

    Show / Hide Table of Contents

    Class SpecifyOrientation

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    UIBlock
    SpecifyOrientation
    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 SpecifyOrientation : UIBlock, IMessageSink

    Constructors

    SpecifyOrientation()

    Declaration
    protected SpecifyOrientation()

    Properties

    BalloonTooltipImage

    Declaration
    public string BalloonTooltipImage { get; set; }
    Property Value
    Type Description
    string

    BalloonTooltipLayoutAsString

    Declaration
    public string BalloonTooltipLayoutAsString { get; set; }
    Property Value
    Type Description
    string

    BalloonTooltipText

    Declaration
    public string BalloonTooltipText { get; set; }
    Property Value
    Type Description
    string

    EnableDoubleClickFlip

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

    EnableFacetSelection

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

    HasOriginGwif

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

    IsOriginSpecified

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

    IsWCSCoordinates

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

    Origin

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

    SnapPointTypesOnByDefault

    Declaration
    public int SnapPointTypesOnByDefault { get; set; }
    Property Value
    Type Description
    int

    VisibleManipulatorHandles

    Declaration
    public int VisibleManipulatorHandles { get; set; }
    Property Value
    Type Description
    int

    XAxis

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

    YAxis

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

    Methods

    GetBalloonTooltipLayoutMembers()

    Declaration
    public string[] GetBalloonTooltipLayoutMembers()
    Returns
    Type Description
    string[]

    TestOriginSpecified(Point3d)

    Declaration
    public void TestOriginSpecified(Point3d origin)
    Parameters
    Type Name Description
    Point3d origin

    TestXAxisSpecified(Vector3d)

    Declaration
    public void TestXAxisSpecified(Vector3d xAxis)
    Parameters
    Type Name Description
    Vector3d xAxis

    TestYAxisSpecified(Vector3d)

    Declaration
    public void TestYAxisSpecified(Vector3d yAxis)
    Parameters
    Type Name Description
    Vector3d yAxis

    Implements

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