Enum enumTModelFormerPointWeldingPositionType
Position type for Point Welding items (move, weld, and the template defaults on the former). Mirrors Delphi TPositionType.
Namespace: CAMAPI.ModelFormerTypes
Assembly: CAMAPI.ModelFormerTypes.dll
Syntax
public enum enumTModelFormerPointWeldingPositionType
Fields
| Name | Description |
|---|---|
| pwPosAlongAxis | Offset along the previous point's tool axis (ptAlongAxis) |
| pwPosAsPrev | Copy from the previous point (ptAsPrev) |
| pwPosCustom | Explicit custom position (ptCustomPoint) |
| pwPosOff | Disabled / skip (ptOff) |
| pwPosPerpendicular | Perpendicular offset in the previous point's XY plane at PosAngle (ptPerpendicular) |
| pwPosVertical | Vertical offset in global Z (ptVertical) |