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: 25.0
Syntax
VB
Public Sub GetCoordinateSystem (
<OutAttribute> ByRef origin As DocumentUnitsPoint2d,
<OutAttribute> ByRef xAxis As DocumentUnitsVector2d,
<OutAttribute> ByRef yAxis As DocumentUnitsVector2d
)
C#
public void GetCoordinateSystem(
out DocumentUnitsPoint2d origin,
out DocumentUnitsVector2d xAxis,
out DocumentUnitsVector2d yAxis
)
Parameters
- origin
- Type: Autodesk.iLogic.Types.DocumentUnitsPoint2d
Output Point object that defines the origin of the coordinate system. - xAxis
- Type: Autodesk.iLogic.Types.DocumentUnitsVector2d
Output Vector object that defines the X-axis vector of the coordinate system. - yAxis
- Type: Autodesk.iLogic.Types.DocumentUnitsVector2d
Output Vector object that defines the Y-axis vector of the coordinate system.
See Also
Reference