Interface ICamIpcTurnWorkpieceModelItem
Turn workpiece primitive item. XML type: TTurnLinkItem. A solid of revolution computed from the part geometry envelope.
Namespace: CAMIPC.ModelFormerTypes
Assembly: CAMIPC.ModelFormerTypes.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("4A1BB0CE-6B2F-4E3A-9D55-8F0C1E7A4D21")]
public interface ICamIpcTurnWorkpieceModelItem
Properties
Axis
Axis the solid of revolution is built around
Declaration
TCylinderAxisType Axis { get; set; }
Property Value
| Type | Description |
|---|---|
| TCylinderAxisType |
CenterIsCenterOfBox
Place the workpiece center at the center of the part bounding box
Declaration
bool CenterIsCenterOfBox { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Stock
Uniform stock offset added to the envelope
Declaration
double Stock { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
Methods
GetInstanceId()
Get unique identifier of current instance (used in IPC messages)
Declaration
string GetInstanceId()
Returns
| Type | Description |
|---|---|
| string |