Interface ICamApiAbstractNurbsCurve
Assembly: CAMAPI.CurveTypes.dll
Syntax
[Guid("F85607EA-81D7-422E-A34B-BFB5D4834CC2")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamApiAbstractNurbsCurve
Properties
CP[int]
Declaration
TST3DPoint CP[int i] { get; }
Parameters
Type |
Name |
Description |
int |
i |
|
Property Value
CPCount
Declaration
Property Value
CW[int]
Declaration
double CW[int i] { get; }
Parameters
Type |
Name |
Description |
int |
i |
|
Property Value
Degree
Declaration
Property Value
Is3d
Declaration
Property Value
IsRational
Declaration
Property Value
Knot[int]
Declaration
double Knot[int i] { get; }
Parameters
Type |
Name |
Description |
int |
i |
|
Property Value
KnotCount
Declaration
Property Value