Search Results for

    Show / Hide Table of Contents

    Class SpecifyVector

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

    Constructors

    SpecifyVector()

    Declaration
    protected SpecifyVector()

    Properties

    AutomaticProgression

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

    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

    CreateInterpartLink

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

    DoubleSide

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

    EnableFacetSelection

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

    EnableReverseDirection

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

    InterpartSelectionAsString

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

    Is2DMode

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

    LabelString

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

    Point

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

    ShowShortcuts

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

    SnapPointTypesOnByDefault

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

    StepStatusAsString

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

    Vector

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

    Methods

    GetBalloonTooltipLayoutMembers()

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

    GetInterpartSelectionMembers()

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

    GetSelectedObjects()

    Declaration
    public TaggedObject[] GetSelectedObjects()
    Returns
    Type Description
    TaggedObject[]

    GetStepStatusMembers()

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

    SetSelectedObjects(TaggedObject[])

    Declaration
    public void SetSelectedObjects(TaggedObject[] objectVector)
    Parameters
    Type Name Description
    TaggedObject[] objectVector

    TestPointSpecified(Point3d)

    Declaration
    public void TestPointSpecified(Point3d point)
    Parameters
    Type Name Description
    Point3d point

    TestSelection(TaggedObject)

    Declaration
    public void TestSelection(TaggedObject objectVector)
    Parameters
    Type Name Description
    TaggedObject objectVector

    TestVectorSpecified(Vector3d)

    Declaration
    public void TestVectorSpecified(Vector3d vector)
    Parameters
    Type Name Description
    Vector3d vector

    Implements

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