Class DraftingCurve
Inheritance
DraftingCurve
Inherited Members
Namespace: NXOpen.Drawings
Assembly: NXOpen.dll
Syntax
public class DraftingCurve : DisplayableObject, IMessageSink, IFitTo, ICurve, IBaseCurve, INXObject
Constructors
DraftingCurve()
Declaration
protected DraftingCurve()
Properties
IsReference
Declaration
public bool IsReference { get; }
Property Value
Type | Description |
---|---|
bool |
Methods
GetDraftingCurveInfo()
Declaration
public DraftingCurveInfo GetDraftingCurveInfo()
Returns
Type | Description |
---|---|
DraftingCurveInfo |
GetLength()
Declaration
public double GetLength()
Returns
Type | Description |
---|---|
double |
GetLocations()
Declaration
public CurveLocation[] GetLocations()
Returns
Type | Description |
---|---|
CurveLocation[] |
IsDraftingCurve()
Declaration
public bool IsDraftingCurve()
Returns
Type | Description |
---|---|
bool |
Implements
System.Runtime.Remoting.Messaging.IMessageSink