Enum enumTLatheThreadSequenceType
Plunge type for multi-pass thread sequencing (ThreadSequence.SequenceType). Present on all three TLatheThreadCycle variants; G76 default is Flank, Expanded default is AlternateFlank, G92 default is Radial.
Namespace: CAMAPI.ModelFormerLatheTypes
Assembly: CAMAPI.ModelFormerLatheTypes.dll
Syntax
public enum enumTLatheThreadSequenceType
Fields
| Name | Description |
|---|---|
| ttseqAlternateFlank | Alternate flank — alternating left/right in-feed (Expanded default) |
| ttseqFlank | Flank — single-flank in-feed (G76 default) |
| ttseqModifiedFlank | Modified flank — single-flank with a user-defined angle offset; AngleValue in TLatheThreadSequence is meaningful only when this type is active |
| ttseqRadial | Radial — straight in-feed perpendicular to the thread axis |