DocumentUnitsMatrixSetCoordinateSystem Method |
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: 23.0
Syntax Public Sub SetCoordinateSystem (
origin As DocumentUnitsPoint,
xAxis As DocumentUnitsVector,
yAxis As DocumentUnitsVector,
zAxis As DocumentUnitsVector
)
public void SetCoordinateSystem(
DocumentUnitsPoint origin,
DocumentUnitsVector xAxis,
DocumentUnitsVector yAxis,
DocumentUnitsVector zAxis
)
Parameters
- origin
- Type: Autodesk.iLogic.TypesDocumentUnitsPoint
Input Point object that defines the origin of the coordinate system. - xAxis
- Type: Autodesk.iLogic.TypesDocumentUnitsVector
Input Vector object that defines the X-axis vector of the coordinate system. - yAxis
- Type: Autodesk.iLogic.TypesDocumentUnitsVector
Input Vector object that defines the Y-axis vector of the coordinate system. - zAxis
- Type: Autodesk.iLogic.TypesDocumentUnitsVector
Input Vector object that defines the Z-axis vector of the coordinate system.
See Also