Interface ICamApiTurnGeometryModelItem
Model item representing turn geometry (added via ICamApiModelFormerWithTurnGeometry.AddTurnSelected)
Namespace: CAMAPI.ModelFormerTypes
Assembly: CAMAPI.ModelFormerTypes.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("7839BA4A-8FA6-44CF-A15D-EAC1F73D988E")]
public interface ICamApiTurnGeometryModelItem
Properties
ProfileModeName
Display-only caption derived from ProfileMode enum ("Ledge" by default, "Add Area"/"Sub Area" after the next SetProfileMode in Pascal). Setter has no persistent effect — the field is not saved to binary stream or XMLProp and is overwritten on the next ProfileMode change. Kept RW for ABI/backwards compatibility.
Declaration
string ProfileModeName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Stock
Machining stock offset
Declaration
double Stock { get; set; }
Property Value
| Type | Description |
|---|---|
| double |