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