Enum enumTLatheGrooveCycleType
Active cycle of a grooving model item (TLatheGroovingModelItem). A different enum from TLatheContourCycleType — Grooving has its own set of allowed cycles (TSGrooveCycle / TAdvancedLatheCycle75 plus the shared Profile and Zigzag).
Namespace: CAMAPI.ModelFormerLatheTypes
Assembly: CAMAPI.ModelFormerLatheTypes.dll
Syntax
public enum enumTLatheGrooveCycleType
Fields
| Name | Description |
|---|---|
| gcctGrooving | Advanced grooving cycle (XML: TAdvancedLatheCycle75, ISO G75). |
| gcctProfile | Profile-only path (XML: TLatheContouringProfile) |
| gcctSlotting | Slotting cycle (XML: TSGrooveCycle). TLatheGroovingModelItem default for OD/ID/Face Grooving operations. |
| gcctZigzag | Zigzag cycle (XML: TZigzagLatheCycle). |