Click or drag to resize

DocumentUnitsMatrixSetToAlignCoordinateSystems Method

Sets this matrix to be the matrix that maps from the 'from' coordinate system to the 'to' coordinate system.

Namespace:  Autodesk.iLogic.Types
Assembly:  Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 23.0
Syntax
Public Sub SetToAlignCoordinateSystems ( 
	fromOrigin As DocumentUnitsPoint,
	fromXAxis As DocumentUnitsVector,
	fromYAxis As DocumentUnitsVector,
	fromZAxis As DocumentUnitsVector,
	toOrigin As DocumentUnitsPoint,
	toXAxis As DocumentUnitsVector,
	toYAxis As DocumentUnitsVector,
	toZAxis As DocumentUnitsVector
)

Parameters

fromOrigin
Type: Autodesk.iLogic.TypesDocumentUnitsPoint
Input Point object that defines the origin to map the coordinate system from.
fromXAxis
Type: Autodesk.iLogic.TypesDocumentUnitsVector
Input Vector object that defines the X-axis to map the coordinate system from.
fromYAxis
Type: Autodesk.iLogic.TypesDocumentUnitsVector
Input Vector object that defines the Y-axis to map the coordinate system from.
fromZAxis
Type: Autodesk.iLogic.TypesDocumentUnitsVector
Input Vector object that defines the Z-axis to map the coordinate system from.
toOrigin
Type: Autodesk.iLogic.TypesDocumentUnitsPoint
Input Point object that defines the origin to map the coordinate system to.
toXAxis
Type: Autodesk.iLogic.TypesDocumentUnitsVector
Input Vector object that defines the X-axis to map the coordinate system to.
toYAxis
Type: Autodesk.iLogic.TypesDocumentUnitsVector
Input Vector object that defines the Y-axis to map the coordinate system to.
toZAxis
Type: Autodesk.iLogic.TypesDocumentUnitsVector
Input Vector object that defines the Z-axis to map the coordinate system to.
See Also