Interface ICamApiCoordinateSystem
CAM API coordinate system
Namespace: CAMAPI.CoordinateSystem
Assembly: CAMAPI.CoordinateSystem.dll
Syntax
[Guid("09655B57-46AF-4899-AF44-53479B70E8D8")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamApiCoordinateSystem
Properties
Color
Color of coordinate system
Declaration
int Color { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Matrix
Matrix of coordinate system relative to global coordinate system
Declaration
TST3DMatrix Matrix { get; set; }
Property Value
| Type | Description |
|---|---|
| TST3DMatrix |
Name
Unique name of coordinate system
Declaration
string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
Parent
Parent coordinate system (empty string for global
Declaration
ICamApiCoordinateSystem Parent { get; }
Property Value
| Type | Description |
|---|---|
| ICamApiCoordinateSystem |