DocumentUnitsMatrix.GetCoordinateSystem 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: 25.0

Syntax

VB

Public Sub GetCoordinateSystem ( 
	<OutAttribute> ByRef origin As DocumentUnitsPoint,
	<OutAttribute> ByRef xAxis As DocumentUnitsVector,
	<OutAttribute> ByRef yAxis As DocumentUnitsVector,
	<OutAttribute> ByRef zAxis As DocumentUnitsVector
)

C#

public void GetCoordinateSystem(
	out DocumentUnitsPoint origin,
	out DocumentUnitsVector xAxis,
	out DocumentUnitsVector yAxis,
	out DocumentUnitsVector zAxis
)

Parameters

origin
Type: Autodesk.iLogic.Types.DocumentUnitsPoint
Output Point object that defines the origin of the coordinate system.
xAxis
Type: Autodesk.iLogic.Types.DocumentUnitsVector
Output Vector object that defines the X-axis vector of the coordinate system.
yAxis
Type: Autodesk.iLogic.Types.DocumentUnitsVector
Output Vector object that defines the Y-axis vector of the coordinate system.
zAxis
Type: Autodesk.iLogic.Types.DocumentUnitsVector
Output Vector object that defines the Z-axis vector of the coordinate system.

See Also

Reference

DocumentUnitsMatrix Class
Autodesk.iLogic.Types Namespace