Search Results for

    Show / Hide Table of Contents

    Class SelectFEElemFaceList

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    SelectFEElemFaceList
    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 SelectFEElemFaceList : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    SelectFEElemFaceList()

    Declaration
    protected SelectFEElemFaceList()

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

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

    Add(FEElemFace, CaeSubType, int)

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

    Add(FEElemFace, View, Point3d)

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

    Add(FEElemFace[])

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

    Add(SnapType, FEElemFace, View, Point3d, FEElemFace, View, Point3d)

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

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

    Clear()

    Declaration
    public void Clear()

    Contains(FEElemFace)

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

    GetArray()

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

    GetSelectObjectArray()

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

    Remove(FEElemFace)

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

    Remove(FEElemFace, View)

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

    Remove(SnapType, FEElemFace, View, Point3d, FEElemFace, View, Point3d)

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

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

    SetArray(FEElemFace[])

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