Interface ICamApiWorkpieceCoordinateSystem
Coordinate system of machine
Namespace: CAMAPI.TechOperation
Assembly: CAMAPI.TechOperation.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("B31672F7-67FE-4608-98EA-D16769ADCED8")]
public interface ICamApiWorkpieceCoordinateSystem
Properties
CoordinateSystemName
Name of existing coordinate system from ICamApiProject.CoordinateSystems
Declaration
string CoordinateSystemName { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Value, like 54, 54.1, 54.2, 55, 56, 57, 58 or 59 (without G) to be provided into G-code
Declaration
string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
Mode
Get name of coordinate system (you can use 'global', 'off', 'previous', 'offset' or 'name')
Declaration
TCamApiWorkpieceCoordinateSystemMode Mode { get; set; }
Property Value
Type | Description |
---|---|
TCamApiWorkpieceCoordinateSystemMode |
Offset
Get offset of global coordinate system (available only if Name is 'offset'
Declaration
TST3DPoint Offset { get; set; }
Property Value
Type | Description |
---|---|
TST3DPoint |