Search Results for

    Show / Hide Table of Contents

    Class SelectComponent

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    SelectComponent
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.Assemblies
    Assembly: NXOpen.dll
    Syntax
    public class SelectComponent : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    SelectComponent()

    Declaration
    protected SelectComponent()

    Properties

    Value

    Declaration
    public Component Value { get; set; }
    Property Value
    Type Description
    Component

    Methods

    GetValue(out Component, out View, out Point3d)

    Declaration
    public void GetValue(out Component selection, out View view, out Point3d point)
    Parameters
    Type Name Description
    Component selection
    View view
    Point3d point

    GetValue(out CaeObjectType.CaeSubType, out Int32)

    Declaration
    [Obsolete("Deprecated in NX10.0.0.  Use other versions of NXOpen.SelectObject.GetValue.")]
    public Component GetValue(out CaeObjectType.CaeSubType caeSubType, out int caeSubId)
    Parameters
    Type Name Description
    CaeObjectType.CaeSubType caeSubType
    System.Int32 caeSubId
    Returns
    Type Description
    Component

    GetValue(out InferSnapType.SnapType, out Component, out View, out Point3d, out Component, out View, out Point3d)

    Declaration
    public void GetValue(out InferSnapType.SnapType snapType, out Component selection1, out View view1, out Point3d point1, out Component selection2, out View view2, out Point3d point2)
    Parameters
    Type Name Description
    InferSnapType.SnapType snapType
    Component selection1
    View view1
    Point3d point1
    Component selection2
    View view2
    Point3d point2

    SetValue(Component, CaeObjectType.CaeSubType, Int32)

    Declaration
    [Obsolete("Deprecated in NX10.0.0.  Use other versions of NXOpen.SelectObject.SetValue.")]
    public void SetValue(Component selection, CaeObjectType.CaeSubType caeSubType, int caeSubId)
    Parameters
    Type Name Description
    Component selection
    CaeObjectType.CaeSubType caeSubType
    System.Int32 caeSubId

    SetValue(Component, View, Point3d)

    Declaration
    public void SetValue(Component selection, View view, Point3d point)
    Parameters
    Type Name Description
    Component selection
    View view
    Point3d point

    SetValue(InferSnapType.SnapType, Component, View, Point3d, Component, View, Point3d)

    Declaration
    public void SetValue(InferSnapType.SnapType snapType, Component selection1, View view1, Point3d point1, Component selection2, View view2, Point3d point2)
    Parameters
    Type Name Description
    InferSnapType.SnapType snapType
    Component selection1
    View view1
    Point3d point1
    Component selection2
    View view2
    Point3d point2

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    System.Boolean

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX