Search Results for

    Show / Hide Table of Contents

    Class PostSelectionEntityList

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

    Constructors

    PostSelectionEntityList()

    Declaration
    protected PostSelectionEntityList()

    Methods

    AddEntity(PostSelectionEntity)

    Declaration
    public void AddEntity(PostSelectionEntity selEntity)
    Parameters
    Type Name Description
    PostSelectionEntity selEntity

    AddMethod(PostISmartSelectorMethod)

    Declaration
    public void AddMethod(PostISmartSelectorMethod pSmartMethod)
    Parameters
    Type Name Description
    PostISmartSelectorMethod pSmartMethod

    AskMatchingEntitiesByElementIds(int[], out int[])

    Declaration
    public void AskMatchingEntitiesByElementIds(int[] elementIds, out int[] indices)
    Parameters
    Type Name Description
    int[] elementIds
    int[] indices

    AskMatchingEntitiesByNodeIds(int[], out int[])

    Declaration
    public void AskMatchingEntitiesByNodeIds(int[] nodeIds, out int[] indices)
    Parameters
    Type Name Description
    int[] nodeIds
    int[] indices

    Clear()

    Declaration
    public void Clear()

    ClearElements()

    Declaration
    public void ClearElements()

    ClearNodes()

    Declaration
    public void ClearNodes()

    GetEntity(int)

    Declaration
    public PostSelectionEntity GetEntity(int index)
    Parameters
    Type Name Description
    int index
    Returns
    Type Description
    PostSelectionEntity

    GetEntityCount()

    Declaration
    public int GetEntityCount()
    Returns
    Type Description
    int

    RemoveEntities(int[])

    Declaration
    public void RemoveEntities(int[] indices)
    Parameters
    Type Name Description
    int[] indices

    RemoveMethod(PostISmartSelectorMethod)

    Declaration
    public void RemoveMethod(PostISmartSelectorMethod pSmartMethod)
    Parameters
    Type Name Description
    PostISmartSelectorMethod pSmartMethod

    Implements

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