Enum enumTCamApiApproachReturnAxisMode
How a single axis value of a custom approach/return command is defined
Namespace: CAMAPI.TechOperation
Assembly: CAMAPI.TechOperation.dll
Syntax
public enum enumTCamApiApproachReturnAxisMode
Fields
| Name | Description |
|---|---|
| aamAuto | Axis value is taken automatically from the operation's final position |
| aamUnset | Axis is not defined; the value is taken from the current machine state |
| aamValue | Axis is set to a fixed manual value |