Interface ICamApiCurveModelItem
Namespace: CAMAPI.ModelFormerTypes
Assembly: CAMAPI.ModelFormerTypes.dll
Syntax
[Guid("60B89642-486D-419C-8F53-70D9A4442855")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamApiCurveModelItem
Properties
Curve
Declaration
ICamApiAbstractCurve Curve { get; }
Property Value
| Type | Description |
|---|---|
| ICamApiAbstractCurve |
SupportedCurveTypes
Declaration
int SupportedCurveTypes { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
GetCurve(TST3DMatrix)
Declaration
ICamApiAbstractCurve GetCurve(TST3DMatrix LCS)
Parameters
| Type | Name | Description |
|---|---|---|
| TST3DMatrix | LCS |
Returns
| Type | Description |
|---|---|
| ICamApiAbstractCurve |