Class CutRegionsData
Inheritance
System.Object
System.MarshalByRefObject
CutRegionsData
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.CAM
Assembly: NXOpen.dll
Syntax
public class CutRegionsData : TransientObject, IMessageSink, IDisposable
Constructors
CutRegionsData(IntPtr)
Declaration
protected CutRegionsData(IntPtr ptr)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | ptr |
Properties
IsSorted
Declaration
public bool IsSorted { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
NumberRegions
Declaration
public int NumberRegions { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
GetAreas()
Declaration
public double[] GetAreas()
Returns
Type | Description |
---|---|
System.Double[] |
GetCentroidPoints()
Declaration
public Point3d[] GetCentroidPoints()
Returns
Type | Description |
---|---|
Point3d[] |
GetOrder()
Declaration
public int[] GetOrder()
Returns
Type | Description |
---|---|
System.Int32[] |
SortRegions()
Declaration
public void SortRegions()
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable