Search Results for

    Show / Hide Table of Contents

    Class PostSmartSelectionManager

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    PostSmartSelectionManager
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    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.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.CAE
    Assembly: NXOpen.dll
    Syntax
    public class PostSmartSelectionManager : NXRemotableObject, IMessageSink

    Constructors

    PostSmartSelectionManager(Post)

    Declaration
    protected PostSmartSelectionManager(Post owner)
    Parameters
    Type Name Description
    Post owner

    Properties

    Tag

    Declaration
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    Methods

    CreateNMaxResultsMethod(PostSmartSelectionManager.NMaxMinParameters)

    Declaration
    public PostNMaxMinMethod CreateNMaxResultsMethod(PostSmartSelectionManager.NMaxMinParameters pMethodParameters)
    Parameters
    Type Name Description
    PostSmartSelectionManager.NMaxMinParameters pMethodParameters
    Returns
    Type Description
    PostNMaxMinMethod

    CreateNMinResultsMethod(PostSmartSelectionManager.NMaxMinParameters)

    Declaration
    public PostNMaxMinMethod CreateNMinResultsMethod(PostSmartSelectionManager.NMaxMinParameters pMethodParameters)
    Parameters
    Type Name Description
    PostSmartSelectionManager.NMaxMinParameters pMethodParameters
    Returns
    Type Description
    PostNMaxMinMethod

    CreateRelatedElementsMethodBySeedEntity(PostSelectionEntity, Int32)

    Declaration
    public PostRelatedElementsMethod CreateRelatedElementsMethodBySeedEntity(PostSelectionEntity seedEntity, int pvid)
    Parameters
    Type Name Description
    PostSelectionEntity seedEntity
    System.Int32 pvid
    Returns
    Type Description
    PostRelatedElementsMethod

    CreateRelatedElementsMethodBySeedGeometry(TaggedObject, Int32)

    Declaration
    public PostRelatedElementsMethod CreateRelatedElementsMethodBySeedGeometry(TaggedObject seedGeom, int pvid)
    Parameters
    Type Name Description
    TaggedObject seedGeom
    System.Int32 pvid
    Returns
    Type Description
    PostRelatedElementsMethod

    CreateRelatedNodesMethodBySeedEntity(PostSelectionEntity, Int32)

    Declaration
    public PostRelatedNodesMethod CreateRelatedNodesMethodBySeedEntity(PostSelectionEntity seedEntity, int pvid)
    Parameters
    Type Name Description
    PostSelectionEntity seedEntity
    System.Int32 pvid
    Returns
    Type Description
    PostRelatedNodesMethod

    CreateRelatedNodesMethodBySeedGeometry(TaggedObject, Int32)

    Declaration
    public PostRelatedNodesMethod CreateRelatedNodesMethodBySeedGeometry(TaggedObject seedGeom, int pvid)
    Parameters
    Type Name Description
    TaggedObject seedGeom
    System.Int32 pvid
    Returns
    Type Description
    PostRelatedNodesMethod

    CreateResultRangeMethod(PostSmartSelectionManager.ResultRangeParameters)

    Declaration
    public PostResultRangeMethod CreateResultRangeMethod(PostSmartSelectionManager.ResultRangeParameters pMethodParameters)
    Parameters
    Type Name Description
    PostSmartSelectionManager.ResultRangeParameters pMethodParameters
    Returns
    Type Description
    PostResultRangeMethod

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In This Article
    Back to top Generated by DocFX