Interface ICamApiCoordinateSystem
CAM API coordinate system
Namespace: CAMAPI.TechOperation
Assembly: CAMAPI.TechOperation.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("09655B57-46AF-4899-AF44-53479B70E8D8")]
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 |