Class CoordinateSystemHelper
Inheritance
CoordinateSystemHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class CoordinateSystemHelper
Methods
Color(ComWrapper<ICamApiCoordinateSystem>)
Color of coordinate system
Declaration
public static int Color(this ComWrapper<ICamApiCoordinateSystem> csCom)
Parameters
Returns
Matrix(ComWrapper<ICamApiCoordinateSystem>)
Matrix of coordinate system relative to global coordinate system
Declaration
public static TST3DMatrix Matrix(this ComWrapper<ICamApiCoordinateSystem> csCom)
Parameters
Returns
Name(ComWrapper<ICamApiCoordinateSystem>)
Unique name of coordinate system
Declaration
public static string Name(this ComWrapper<ICamApiCoordinateSystem> csCom)
Parameters
Returns
Parent(ComWrapper<ICamApiCoordinateSystem>)
Parent coordinate system (null for global)
Declaration
public static ComWrapper<ICamApiCoordinateSystem> Parent(this ComWrapper<ICamApiCoordinateSystem> csCom)
Parameters
Returns
SetColor(ComWrapper<ICamApiCoordinateSystem>, int)
Set color of coordinate system
Declaration
public static void SetColor(this ComWrapper<ICamApiCoordinateSystem> csCom, int value)
Parameters
SetMatrix(ComWrapper<ICamApiCoordinateSystem>, TST3DMatrix)
Set matrix of coordinate system relative to global coordinate system
Declaration
public static void SetMatrix(this ComWrapper<ICamApiCoordinateSystem> csCom, TST3DMatrix value)
Parameters