Sets this matrix to be the matrix that maps from the standard coordinate system to the specified coordinate system.
Namespace:
Autodesk.iLogic.Types
Assembly:
Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 25.0
Syntax
VB
Public Sub SetCoordinateSystem (
origin As DocumentUnitsPoint2d,
xAxis As DocumentUnitsVector2d,
yAxis As DocumentUnitsVector2d
)
C#
public void SetCoordinateSystem(
DocumentUnitsPoint2d origin,
DocumentUnitsVector2d xAxis,
DocumentUnitsVector2d yAxis
)
Parameters
- origin
- Type: Autodesk.iLogic.Types.DocumentUnitsPoint2d
Input Point object that defines the origin of the coordinate system. - xAxis
- Type: Autodesk.iLogic.Types.DocumentUnitsVector2d
Input Vector object that defines the X-axis vector of the coordinate system. - yAxis
- Type: Autodesk.iLogic.Types.DocumentUnitsVector2d
Input Vector object that defines the Y-axis vector of the coordinate system.
See Also
Reference