DocumentUnitsMatrixGetCoordinateSystem Method |
Gets the coordinate system that this matrix maps to from the standard coordinate system.
Namespace:
Autodesk.iLogic.Types
Assembly:
Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 23.0
Syntax Public Sub GetCoordinateSystem (
<OutAttribute> ByRef origin As DocumentUnitsPoint,
<OutAttribute> ByRef xAxis As DocumentUnitsVector,
<OutAttribute> ByRef yAxis As DocumentUnitsVector,
<OutAttribute> ByRef zAxis As DocumentUnitsVector
)
public void GetCoordinateSystem(
out DocumentUnitsPoint origin,
out DocumentUnitsVector xAxis,
out DocumentUnitsVector yAxis,
out DocumentUnitsVector zAxis
)
Parameters
- origin
- Type: Autodesk.iLogic.TypesDocumentUnitsPoint
Output Point object that defines the origin of the coordinate system. - xAxis
- Type: Autodesk.iLogic.TypesDocumentUnitsVector
Output Vector object that defines the X-axis vector of the coordinate system. - yAxis
- Type: Autodesk.iLogic.TypesDocumentUnitsVector
Output Vector object that defines the Y-axis vector of the coordinate system. - zAxis
- Type: Autodesk.iLogic.TypesDocumentUnitsVector
Output Vector object that defines the Z-axis vector of the coordinate system.
See Also