Interface ICamApiSetWcsProbingAction
Set WCS action. XML type: TSetWCSCycleAction. Activates a work coordinate system (WCS) offset after probing.
Namespace: CAMAPI.ModelFormerTypes
Assembly: CAMAPI.ModelFormerTypes.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("C4D5E6F7-A8B9-2013-C4D5-E6F7A8B92013")]
public interface ICamApiSetWcsProbingAction
Properties
CSNumber
WCS register number (e.g. 54 for G54). Only meaningful when OffsetMode is pwomOneWCS or pwomParametrical.
Declaration
double CSNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
OffsetMode
How the CS number is determined. pwomGlobal=global WCS (no register), pwomOneWCS=explicit register, pwomParametrical=parameter reference, pwomLocalCS=local CS.
Declaration
TProbingWcsOffsetMode OffsetMode { get; set; }
Property Value
| Type | Description |
|---|---|
| TProbingWcsOffsetMode |