Search Results for

    Show / Hide Table of Contents

    Class SelectCAEFaceList

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

    Constructors

    SelectCAEFaceList()

    Declaration
    protected SelectCAEFaceList()

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

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

    Add(CAEFace, CaeSubType, int)

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

    Add(CAEFace, View, Point3d)

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

    Add(CAEFace[])

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

    Add(SnapType, CAEFace, View, Point3d, CAEFace, View, Point3d)

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

    Add(SelectionMethod)

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

    AddWithViews(CAEFace[], View[])

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

    Clear()

    Declaration
    public void Clear()

    Contains(CAEFace)

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

    GetArray()

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

    GetSelectObjectArray()

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

    Remove(CAEFace)

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

    Remove(CAEFace, View)

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

    Remove(SnapType, CAEFace, View, Point3d, CAEFace, View, Point3d)

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

    Remove(SelectionMethod)

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

    RemoveArray(CAEFace[])

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

    SetArray(CAEFace[])

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