Class PostSelectionEntity
Inheritance
PostSelectionEntity
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
ElemId
Declaration
public int ElemId { get; set; }
Property Value
FaceId
Declaration
public int FaceId { get; set; }
Property Value
Featface
Declaration
public int Featface { get; set; }
Property Value
NodeId
Declaration
public int NodeId { get; set; }
Property Value
Point
Declaration
public Point3d Point { get; set; }
Property Value
RotationAngle
Declaration
public double RotationAngle { get; set; }
Property Value
SEId
Declaration
public int SEId { get; set; }
Property Value
SectorId
Declaration
public int SectorId { get; set; }
Property Value
Methods
Delete()
Declaration
FreeResource()
Declaration
protected override void FreeResource()
Overrides
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
Returns
HasElem()
Declaration
Returns
HasFace()
Declaration
Returns
HasFeatedge()
Declaration
public bool HasFeatedge()
Returns
HasFeatface()
Declaration
public bool HasFeatface()
Returns
HasNode()
Declaration
Returns
HasPoint()
Declaration
Returns
HasRotationAngle()
Declaration
public bool HasRotationAngle()
Returns
HasSE()
Declaration
Returns
HasSector()
Declaration
Returns
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