Class PostSelectionEntity
Inheritance
System.Object
System.MarshalByRefObject
PostSelectionEntity
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable
Inherited Members
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 |
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
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 |
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 |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable