Interface ICamIpcProjectCurveModelItem
Model item representing a project curve (added via ICamIpcModelFormerWithProjectCurves.AddProjectCurvesSelected)
Namespace: CAMIPC.ModelFormerTypes
Assembly: CAMIPC.ModelFormerTypes.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("46DB54AC-50EF-4EF9-B4E9-864F0E41802B")]
public interface ICamIpcProjectCurveModelItem
Properties
Is5DCurve
Declaration
bool Is5DCurve { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
ProjectMethod
Method used to project the curve onto the surface
Declaration
TModelFormerProjectMethod ProjectMethod { get; set; }
Property Value
| Type | Description |
|---|---|
| TModelFormerProjectMethod |
Methods
GetInstanceId()
Get unique identifier of current instance (used in IPC messages)
Declaration
string GetInstanceId()
Returns
| Type | Description |
|---|---|
| string |