Enum enumTLatheGrooveStepType
Step value type — discriminator for DistanceValue / PercentValue (XML: LatheGrooveStepType on Toolpath.RoughStep, Toolpath.MaxScallop and on AdjustSize within RoughStep.AdjustStep).
Namespace: CAMAPI.ModelFormerLatheTypes
Assembly: CAMAPI.ModelFormerLatheTypes.dll
Syntax
public enum enumTLatheGrooveStepType
Fields
| Name | Description |
|---|---|
| gstDistance | Step is a linear distance — read DistanceValue |
| gstPercent | Step is a percentage — read PercentValue |