Interface ICamApiProjectCurveModelItem
Model item representing a project curve (added via ICamApiModelFormerWithProjectCurves.AddProjectCurvesSelected)
Namespace: CAMAPI.ModelFormerTypes
Assembly: CAMAPI.ModelFormerTypes.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("46DB54AC-50EF-4EF9-B4E9-864F0E41802B")]
public interface ICamApiProjectCurveModelItem
Properties
Is5dCurve
Whether the curve is treated as a 5-axis curve
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 |