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