Interface ICamIpcSetWcsProbingAction
Set WCS action. XML type: TSetWCSCycleAction. Activates a work coordinate system offset after probing.
Namespace: CAMIPC.ModelFormerTypes
Assembly: CAMIPC.ModelFormerTypes.dll
Syntax
[Guid("9C62E98C-9F62-4566-B5EB-25676A802FA3")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamIpcSetWcsProbingAction
Properties
CSNumber
WCS register number (e.g. 54 for G54). 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 / pwomOneWCS / pwomParametrical / pwomLocalCS.
Declaration
TProbingWcsOffsetMode OffsetMode { get; set; }
Property Value
| Type | Description |
|---|---|
| TProbingWcsOffsetMode |
Methods
GetInstanceId()
Get unique identifier of current instance (used in IPC messages)
Declaration
string GetInstanceId()
Returns
| Type | Description |
|---|---|
| string |