Enum enumTProbingWcsOffsetMode
WCS offset mode for TSetWCSCycleAction. Controls how the CS number (G-code offset register) is determined.
Namespace: CAMAPI.ModelFormerTypes
Assembly: CAMAPI.ModelFormerTypes.dll
Syntax
public enum enumTProbingWcsOffsetMode
Fields
| Name | Description |
|---|---|
| pwomGlobal | Global WCS (no explicit CS number). |
| pwomLocalCS | Local coordinate system. |
| pwomOneWCS | Explicit WCS number (CSNumber specifies the register, e.g. 54). |
| pwomParametrical | Parametrical WCS (CSNumber is a parameter reference). |