Search Results for

    Show / Hide Table of Contents

    Class SelectSubdivisionBodyList

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

    Constructors

    SelectSubdivisionBodyList()

    Declaration
    protected SelectSubdivisionBodyList()

    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(SubdivisionBody)

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

    Add(SubdivisionBody, CaeObjectType.CaeSubType, Int32)

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

    Add(SubdivisionBody, View, Point3d)

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

    Add(SubdivisionBody[])

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

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

    Declaration
    public bool Add(InferSnapType.SnapType snapType, SubdivisionBody selection1, View view1, Point3d point1, SubdivisionBody selection2, View view2, Point3d point2)
    Parameters
    Type Name Description
    InferSnapType.SnapType snapType
    SubdivisionBody selection1
    View view1
    Point3d point1
    SubdivisionBody selection2
    View view2
    Point3d point2
    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(SubdivisionBody)

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

    GetArray()

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

    GetSelectObjectArray()

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

    Remove(SubdivisionBody)

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

    Remove(SubdivisionBody, View)

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

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

    Declaration
    public bool Remove(InferSnapType.SnapType snapType, SubdivisionBody selection1, View view1, Point3d point1, SubdivisionBody selection2, View view2, Point3d point2)
    Parameters
    Type Name Description
    InferSnapType.SnapType snapType
    SubdivisionBody selection1
    View view1
    Point3d point1
    SubdivisionBody selection2
    View view2
    Point3d point2
    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(SubdivisionBody[])

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

    SetArray(SubdivisionBody[])

    Declaration
    public void SetArray(SubdivisionBody[] objects)
    Parameters
    Type Name Description
    SubdivisionBody[] 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