Search Results for

    Show / Hide Table of Contents

    Class SelectPartList

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    SelectPartList
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    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
    Assembly: NXOpen.dll
    Syntax
    public class SelectPartList : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    SelectPartList()

    Declaration
    protected SelectPartList()

    Properties

    DuplicatesAllowed

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

    Size

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

    Methods

    Add(SnapType, Part, View, Point3d, Part, View, Point3d)

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

    Add(Part)

    Declaration
    public bool Add(Part @object)
    Parameters
    Type Name Description
    Part object
    Returns
    Type Description
    bool

    Add(Part, CaeSubType, int)

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

    Add(Part, View, Point3d)

    Declaration
    public bool Add(Part selection, View view, Point3d point)
    Parameters
    Type Name Description
    Part selection
    View view
    Point3d point
    Returns
    Type Description
    bool

    Add(Part[])

    Declaration
    public bool Add(Part[] objects)
    Parameters
    Type Name Description
    Part[] objects
    Returns
    Type Description
    bool

    Add(SelectionMethod)

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

    AddWithViews(Part[], View[])

    Declaration
    public bool AddWithViews(Part[] objects, View[] views)
    Parameters
    Type Name Description
    Part[] objects
    View[] views
    Returns
    Type Description
    bool

    Clear()

    Declaration
    public void Clear()

    Contains(Part)

    Declaration
    public bool Contains(Part @object)
    Parameters
    Type Name Description
    Part object
    Returns
    Type Description
    bool

    GetArray()

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

    GetSelectObjectArray()

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

    Remove(SnapType, Part, View, Point3d, Part, View, Point3d)

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

    Remove(Part)

    Declaration
    public bool Remove(Part @object)
    Parameters
    Type Name Description
    Part object
    Returns
    Type Description
    bool

    Remove(Part, View)

    Declaration
    public bool Remove(Part @object, View view)
    Parameters
    Type Name Description
    Part object
    View view
    Returns
    Type Description
    bool

    Remove(SelectionMethod)

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

    RemoveArray(Part[])

    Declaration
    public bool RemoveArray(Part[] objects)
    Parameters
    Type Name Description
    Part[] objects
    Returns
    Type Description
    bool

    SetArray(Part[])

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

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    bool

    Implements

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