Search Results for

    Show / Hide Table of Contents

    Class SpecifyPoint

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

    Constructors

    SpecifyPoint()

    Declaration
    protected SpecifyPoint()

    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

    EnableFacetSelection

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

    InterpartSelectionAsString

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

    LabelString

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

    Point

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

    SelectionView

    Declaration
    public View SelectionView { get; }
    Property Value
    Type Description
    View

    ShowShortcuts

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

    SnapPointTypesEnabled

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

    SnapPointTypesOnByDefault

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

    StepStatusAsString

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

    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

    Implements

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