Search Results for

    Show / Hide Table of Contents

    Class PostSelectionEntity

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    PostSelectionEntity
    Implements
    IMessageSink
    IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(string)
    TransientObject.PrintTestData(string, int)
    TransientObject.Handle
    NXRemotableObject.initialize()
    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 PostSelectionEntity : TransientObject, IMessageSink, IDisposable

    Constructors

    PostSelectionEntity(nint)

    Declaration
    protected PostSelectionEntity(nint ptr)
    Parameters
    Type Name Description
    nint ptr

    Properties

    EdgeId

    Declaration
    public int EdgeId { get; set; }
    Property Value
    Type Description
    int

    ElemId

    Declaration
    public int ElemId { get; set; }
    Property Value
    Type Description
    int

    FaceId

    Declaration
    public int FaceId { get; set; }
    Property Value
    Type Description
    int

    Featface

    Declaration
    public int Featface { get; set; }
    Property Value
    Type Description
    int

    NodeId

    Declaration
    public int NodeId { get; set; }
    Property Value
    Type Description
    int

    Point

    Declaration
    public Point3d Point { get; set; }
    Property Value
    Type Description
    Point3d

    RotationAngle

    Declaration
    public double RotationAngle { get; set; }
    Property Value
    Type Description
    double

    SEId

    Declaration
    public int SEId { get; set; }
    Property Value
    Type Description
    int

    SectorId

    Declaration
    public int SectorId { get; set; }
    Property Value
    Type Description
    int

    Methods

    Delete()

    Declaration
    public void Delete()

    FreeResource()

    Declaration
    protected override void FreeResource()
    Overrides
    TransientObject.FreeResource()

    GetFeatedge(out int, out int)

    Declaration
    public void GetFeatedge(out int edgeElemId, out int edgeIdx)
    Parameters
    Type Name Description
    int edgeElemId
    int edgeIdx

    HasEdge()

    Declaration
    public bool HasEdge()
    Returns
    Type Description
    bool

    HasElem()

    Declaration
    public bool HasElem()
    Returns
    Type Description
    bool

    HasFace()

    Declaration
    public bool HasFace()
    Returns
    Type Description
    bool

    HasFeatedge()

    Declaration
    public bool HasFeatedge()
    Returns
    Type Description
    bool

    HasFeatface()

    Declaration
    public bool HasFeatface()
    Returns
    Type Description
    bool

    HasNode()

    Declaration
    public bool HasNode()
    Returns
    Type Description
    bool

    HasPoint()

    Declaration
    public bool HasPoint()
    Returns
    Type Description
    bool

    HasRotationAngle()

    Declaration
    public bool HasRotationAngle()
    Returns
    Type Description
    bool

    HasSE()

    Declaration
    public bool HasSE()
    Returns
    Type Description
    bool

    HasSector()

    Declaration
    public bool HasSector()
    Returns
    Type Description
    bool

    SetFeatedge(int, int)

    Declaration
    public void SetFeatedge(int edgeElemId, int edgeIdx)
    Parameters
    Type Name Description
    int edgeElemId
    int edgeIdx

    Implements

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