Search Results for

    Show / Hide Table of Contents

    Class SelectINXObjectList

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    SelectINXObjectList
    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
    Assembly: NXOpen.dll
    Syntax
    public class SelectINXObjectList : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    SelectINXObjectList()

    Declaration
    protected SelectINXObjectList()

    Properties

    DuplicatesAllowed

    Declaration
    public bool DuplicatesAllowed { get; }
    Property Value
    Type Description
    System.Boolean

    Size

    Declaration
    public int Size { get; }
    Property Value
    Type Description
    System.Int32

    Methods

    Add(InferSnapType.SnapType, INXObject, View, Point3d, INXObject, View, Point3d)

    Declaration
    public bool Add(InferSnapType.SnapType snapType, INXObject selection1, View view1, Point3d point1, INXObject selection2, View view2, Point3d point2)
    Parameters
    Type Name Description
    InferSnapType.SnapType snapType
    INXObject selection1
    View view1
    Point3d point1
    INXObject selection2
    View view2
    Point3d point2
    Returns
    Type Description
    System.Boolean

    Add(INXObject)

    Declaration
    public bool Add(INXObject object)
    Parameters
    Type Name Description
    INXObject object
    Returns
    Type Description
    System.Boolean

    Add(INXObject, CaeObjectType.CaeSubType, Int32)

    Declaration
    [Obsolete("Deprecated in NX10.0.0.  Use other versions of NXOpen.SelectObjectList.Add.")]
    public bool Add(INXObject selection, CaeObjectType.CaeSubType caeSubType, int caeSubId)
    Parameters
    Type Name Description
    INXObject selection
    CaeObjectType.CaeSubType caeSubType
    System.Int32 caeSubId
    Returns
    Type Description
    System.Boolean

    Add(INXObject, View, Point3d)

    Declaration
    public bool Add(INXObject selection, View view, Point3d point)
    Parameters
    Type Name Description
    INXObject selection
    View view
    Point3d point
    Returns
    Type Description
    System.Boolean

    Add(INXObject[])

    Declaration
    public bool Add(INXObject[] objects)
    Parameters
    Type Name Description
    INXObject[] objects
    Returns
    Type Description
    System.Boolean

    Add(SelectionMethod)

    Declaration
    public bool Add(SelectionMethod inputSelectionMethod)
    Parameters
    Type Name Description
    SelectionMethod inputSelectionMethod
    Returns
    Type Description
    System.Boolean

    Clear()

    Declaration
    public void Clear()

    Contains(INXObject)

    Declaration
    public bool Contains(INXObject object)
    Parameters
    Type Name Description
    INXObject object
    Returns
    Type Description
    System.Boolean

    GetArray()

    Declaration
    public INXObject[] GetArray()
    Returns
    Type Description
    INXObject[]

    GetSelectObjectArray()

    Declaration
    public SelectObject[] GetSelectObjectArray()
    Returns
    Type Description
    SelectObject[]

    Remove(InferSnapType.SnapType, INXObject, View, Point3d, INXObject, View, Point3d)

    Declaration
    public bool Remove(InferSnapType.SnapType snapType, INXObject selection1, View view1, Point3d point1, INXObject selection2, View view2, Point3d point2)
    Parameters
    Type Name Description
    InferSnapType.SnapType snapType
    INXObject selection1
    View view1
    Point3d point1
    INXObject selection2
    View view2
    Point3d point2
    Returns
    Type Description
    System.Boolean

    Remove(INXObject)

    Declaration
    public bool Remove(INXObject object)
    Parameters
    Type Name Description
    INXObject object
    Returns
    Type Description
    System.Boolean

    Remove(INXObject, View)

    Declaration
    public bool Remove(INXObject object, View view)
    Parameters
    Type Name Description
    INXObject object
    View view
    Returns
    Type Description
    System.Boolean

    Remove(SelectionMethod)

    Declaration
    public bool Remove(SelectionMethod inputSelectionMethod)
    Parameters
    Type Name Description
    SelectionMethod inputSelectionMethod
    Returns
    Type Description
    System.Boolean

    RemoveArray(INXObject[])

    Declaration
    public bool RemoveArray(INXObject[] objects)
    Parameters
    Type Name Description
    INXObject[] objects
    Returns
    Type Description
    System.Boolean

    SetArray(INXObject[])

    Declaration
    public void SetArray(INXObject[] objects)
    Parameters
    Type Name Description
    INXObject[] objects

    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