Interface IMTI_PlanarCurveReader
Assembly: MachinigToolsImportTypes.dll
[Guid("D2A11596-FE5E-43AC-8D67-D418168C3546")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IMTI_PlanarCurveReader
Properties
Declaration
Property Value
Declaration
TST2DPoint CP[int index] { get; }
Parameters
Type |
Name |
Description |
int |
index |
|
Property Value
Declaration
TMTI_CurveSpanType CurveSpanType[int index] { get; }
Parameters
Type |
Name |
Description |
int |
index |
|
Property Value
Declaration
TST2DPoint EP[int index] { get; }
Parameters
Type |
Name |
Description |
int |
index |
|
Property Value
Declaration
double R[int index] { get; }
Parameters
Type |
Name |
Description |
int |
index |
|
Property Value