Enum enumTHolePatternParallelogramStepMode
Step distribution mode for the Parallelogram hole pattern
Namespace: CAMAPI.ModelFormerTypes
Assembly: CAMAPI.ModelFormerTypes.dll
Syntax
public enum enumTHolePatternParallelogramStepMode
Fields
| Name | Description |
|---|---|
| hppsmAbsolute | (StepX, StepY) are total row/column spans; per-step offsets are derived by dividing by (Cols-1), (Rows-1) |
| hppsmIncrement | (StepX, StepY) are per-step increments |