Search Results for

    Show / Hide Table of Contents

    Class PostSmartSelectionManager

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    PostSmartSelectionManager
    Implements
    IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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

    CreateCornerNodeOption(int, bool)

    Declaration
    public PostCornerNodeOption CreateCornerNodeOption(int pvId, bool isOnlyCornerNode)
    Parameters
    Type Name Description
    int pvId
    bool isOnlyCornerNode
    Returns
    Type Description
    PostCornerNodeOption

    CreateElemLabelMethod(int, string)

    Declaration
    public PostElemLabelMethod CreateElemLabelMethod(int pvId, string inputLabels)
    Parameters
    Type Name Description
    int pvId
    string inputLabels
    Returns
    Type Description
    PostElemLabelMethod

    CreateNMaxResultsMethod(NMaxMinParameters)

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

    CreateNMaxResultsOptions(int, int)

    Declaration
    public PostNMaxMinOptions CreateNMaxResultsOptions(int pvId, int nValue)
    Parameters
    Type Name Description
    int pvId
    int nValue
    Returns
    Type Description
    PostNMaxMinOptions

    CreateNMinResultsMethod(NMaxMinParameters)

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

    CreateNMinResultsOptions(int, int)

    Declaration
    public PostNMaxMinOptions CreateNMinResultsOptions(int pvId, int nValue)
    Parameters
    Type Name Description
    int pvId
    int nValue
    Returns
    Type Description
    PostNMaxMinOptions

    CreateNoMethodMethod(PostSelectionEntity[])

    Declaration
    public PostNoMethodMethod CreateNoMethodMethod(PostSelectionEntity[] postEntities)
    Parameters
    Type Name Description
    PostSelectionEntity[] postEntities
    Returns
    Type Description
    PostNoMethodMethod

    CreateNodeLabelMethod(int, string)

    Declaration
    public PostNodeLabelMethod CreateNodeLabelMethod(int pvId, string inputLabels)
    Parameters
    Type Name Description
    int pvId
    string inputLabels
    Returns
    Type Description
    PostNodeLabelMethod

    CreateRelatedElementsMethodBySeedEntity(PostSelectionEntity, int)

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

    CreateRelatedElementsMethodBySeedGeometry(TaggedObject, int)

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

    CreateRelatedNodesMethodBySeedEntity(PostSelectionEntity, int)

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

    CreateRelatedNodesMethodBySeedGeometry(TaggedObject, int)

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

    CreateResultRangeMethod(ResultRangeParameters)

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

    CreateResultRangeOptions(int, bool, double, bool, double)

    Declaration
    public PostResultRangeOptions CreateResultRangeOptions(int pvid, bool isAboveEnable, double aboveValue, bool isBelowEnable, double belowValue)
    Parameters
    Type Name Description
    int pvid
    bool isAboveEnable
    double aboveValue
    bool isBelowEnable
    double belowValue
    Returns
    Type Description
    PostResultRangeOptions

    CreateVisibleEntityOption(int, bool)

    Declaration
    public PostVisibleEntityOption CreateVisibleEntityOption(int pvId, bool isOnlyVisibleEntity)
    Parameters
    Type Name Description
    int pvId
    bool isOnlyVisibleEntity
    Returns
    Type Description
    PostVisibleEntityOption

    Implements

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