Search Results for

    Show / Hide Table of Contents

    Class PostSelectionEntity

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TransientObject
    PostSelectionEntity
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    System.IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(String)
    TransientObject.PrintTestData(String, Int32)
    TransientObject.Handle
    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.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.CAE
    Assembly: NXOpen.dll
    Syntax
    public class PostSelectionEntity : TransientObject, IMessageSink, IDisposable

    Constructors

    PostSelectionEntity(IntPtr)

    Declaration
    protected PostSelectionEntity(IntPtr ptr)
    Parameters
    Type Name Description
    System.IntPtr ptr

    Properties

    EdgeId

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

    ElemId

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

    FaceId

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

    Featface

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

    NodeId

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

    Point

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

    RotationAngle

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

    SectorId

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

    SEId

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

    Methods

    Delete()

    Declaration
    public void Delete()

    FreeResource()

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

    GetFeatedge(out Int32, out Int32)

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

    HasEdge()

    Declaration
    public bool HasEdge()
    Returns
    Type Description
    System.Boolean

    HasElem()

    Declaration
    public bool HasElem()
    Returns
    Type Description
    System.Boolean

    HasFace()

    Declaration
    public bool HasFace()
    Returns
    Type Description
    System.Boolean

    HasFeatedge()

    Declaration
    public bool HasFeatedge()
    Returns
    Type Description
    System.Boolean

    HasFeatface()

    Declaration
    public bool HasFeatface()
    Returns
    Type Description
    System.Boolean

    HasNode()

    Declaration
    public bool HasNode()
    Returns
    Type Description
    System.Boolean

    HasPoint()

    Declaration
    public bool HasPoint()
    Returns
    Type Description
    System.Boolean

    HasRotationAngle()

    Declaration
    public bool HasRotationAngle()
    Returns
    Type Description
    System.Boolean

    HasSE()

    Declaration
    public bool HasSE()
    Returns
    Type Description
    System.Boolean

    HasSector()

    Declaration
    public bool HasSector()
    Returns
    Type Description
    System.Boolean

    SetFeatedge(Int32, Int32)

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

    Implements

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