Interface IBaseCurve
Inherited Members
Namespace: NXOpen
Assembly: NXOpen.dll
Syntax
public interface IBaseCurve : INXObject
Properties
IsReference
Declaration
bool IsReference { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
GetLength()
Declaration
double GetLength()
Returns
| Type | Description |
|---|---|
| double |
GetLocations()
Declaration
CurveLocation[] GetLocations()
Returns
| Type | Description |
|---|---|
| CurveLocation[] |