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)
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
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
FreeResource()
Declaration
protected override void FreeResource()
Overrides
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
Returns
Type |
Description |
System.Boolean |
|
HasElem()
Declaration
Returns
Type |
Description |
System.Boolean |
|
HasFace()
Declaration
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
Returns
Type |
Description |
System.Boolean |
|
HasPoint()
Declaration
Returns
Type |
Description |
System.Boolean |
|
HasRotationAngle()
Declaration
public bool HasRotationAngle()
Returns
Type |
Description |
System.Boolean |
|
HasSE()
Declaration
Returns
Type |
Description |
System.Boolean |
|
HasSector()
Declaration
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