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: 29.0
Syntax
VB
Public Sub SetCoordinateSystem ( origin As DocumentUnitsPoint, xAxis As DocumentUnitsVector, yAxis As DocumentUnitsVector, zAxis As DocumentUnitsVector )
C#
public void SetCoordinateSystem( DocumentUnitsPoint origin, DocumentUnitsVector xAxis, DocumentUnitsVector yAxis, DocumentUnitsVector zAxis )
Parameters
- origin
- Type: Autodesk.iLogic.Types.DocumentUnitsPoint
Input Point object that defines the origin of the coordinate system. - xAxis
- Type: Autodesk.iLogic.Types.DocumentUnitsVector
Input Vector object that defines the X-axis vector of the coordinate system. - yAxis
- Type: Autodesk.iLogic.Types.DocumentUnitsVector
Input Vector object that defines the Y-axis vector of the coordinate system. - zAxis
- Type: Autodesk.iLogic.Types.DocumentUnitsVector
Input Vector object that defines the Z-axis vector of the coordinate system.
