Interface ICamIpcCoordinateSystem
IPC for CAM API coordinate system
Namespace: CAMIPC.CoordinateSystem
Assembly: CAMIPC.CoordinateSystem.dll
Syntax
[Guid("DC7264BF-5FE5-46DC-9308-0B1C2223BFCE")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamIpcCoordinateSystem
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
ICamIpcCoordinateSystem Parent { get; }
Property Value
| Type | Description |
|---|---|
| ICamIpcCoordinateSystem |
Methods
GetInstanceId()
Get unique identifier of current instance (used in IPC messages)
Declaration
string GetInstanceId()
Returns
| Type | Description |
|---|---|
| string |