Class ArcComponent
Assembly: NXOpen.dll
Syntax
public class ArcComponent : TransientObject, IMessageSink, IDisposable
Constructors
ArcComponent(nint)
Declaration
protected ArcComponent(nint ptr)
Parameters
Type |
Name |
Description |
nint |
ptr |
|
Properties
CenterPoint
Declaration
public Point3d CenterPoint { get; }
Property Value
EndAngle
Declaration
public double EndAngle { get; }
Property Value
Index
Declaration
public int Index { get; }
Property Value
Radius
Declaration
public double Radius { get; }
Property Value
StartAngle
Declaration
public double StartAngle { get; }
Property Value
Type
Declaration
public ArcComponent.ArcType Type { get; }
Property Value
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
Implements
System.Runtime.Remoting.Messaging.IMessageSink