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: 29.0
Syntax
VB
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 )
C#
public void SetToAlignCoordinateSystems( DocumentUnitsPoint fromOrigin, DocumentUnitsVector fromXAxis, DocumentUnitsVector fromYAxis, DocumentUnitsVector fromZAxis, DocumentUnitsPoint toOrigin, DocumentUnitsVector toXAxis, DocumentUnitsVector toYAxis, DocumentUnitsVector toZAxis )
Parameters
- fromOrigin
- Type: Autodesk.iLogic.Types.DocumentUnitsPoint
Input Point object that defines the origin to map the coordinate system from. - fromXAxis
- Type: Autodesk.iLogic.Types.DocumentUnitsVector
Input Vector object that defines the X-axis to map the coordinate system from. - fromYAxis
- Type: Autodesk.iLogic.Types.DocumentUnitsVector
Input Vector object that defines the Y-axis to map the coordinate system from. - fromZAxis
- Type: Autodesk.iLogic.Types.DocumentUnitsVector
Input Vector object that defines the Z-axis to map the coordinate system from. - toOrigin
- Type: Autodesk.iLogic.Types.DocumentUnitsPoint
Input Point object that defines the origin to map the coordinate system to. - toXAxis
- Type: Autodesk.iLogic.Types.DocumentUnitsVector
Input Vector object that defines the X-axis to map the coordinate system to. - toYAxis
- Type: Autodesk.iLogic.Types.DocumentUnitsVector
Input Vector object that defines the Y-axis to map the coordinate system to. - toZAxis
- Type: Autodesk.iLogic.Types.DocumentUnitsVector
Input Vector object that defines the Z-axis to map the coordinate system to.
