Class Arc
Inheritance
System.Object
System.MarshalByRefObject
Arc
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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
Assembly: NXOpen.dll
Syntax
public class Arc : Conic, IMessageSink, IFitTo, ICurve, IBaseCurve, IProfile, INXObject
Constructors
Arc()
Declaration
protected Arc()
Properties
EndAngle
Declaration
public double EndAngle { get; }
Property Value
Type | Description |
---|---|
System.Double |
Radius
Declaration
public double Radius { get; }
Property Value
Type | Description |
---|---|
System.Double |
StartAngle
Declaration
public double StartAngle { get; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
SetParameters(Double, Point3d, Double, Double)
Declaration
public void SetParameters(double radius, Point3d center, double startAngle, double endAngle)
Parameters
Type | Name | Description |
---|---|---|
System.Double | radius | |
Point3d | center | |
System.Double | startAngle | |
System.Double | endAngle |
SetParameters(Double, Point3d, Double, Double, NXMatrix)
Declaration
public void SetParameters(double radius, Point3d center, double startAngle, double endAngle, NXMatrix matrix)
Parameters
Type | Name | Description |
---|---|---|
System.Double | radius | |
Point3d | center | |
System.Double | startAngle | |
System.Double | endAngle | |
NXMatrix | matrix |
SetRadius(Double)
Declaration
public void SetRadius(double radius)
Parameters
Type | Name | Description |
---|---|---|
System.Double | radius |
Implements
System.Runtime.Remoting.Messaging.IMessageSink