RhinoCommon API
TransformChangeBasis Method (Plane, Plane) |
Computes a change of basis transformation. A basis change is essentially a remapping
of geometry from one coordinate system to another.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)

public static Transform ChangeBasis( Plane plane0, Plane plane1 )
Public Shared Function ChangeBasis ( plane0 As Plane, plane1 As Plane ) As Transform
Parameters
- plane0
- Type: Rhino.GeometryPlane
Coordinate system in which the geometry is currently described. - plane1
- Type: Rhino.GeometryPlane
Target coordinate system in which we want the geometry to be described.
Return Value
Type: TransformA transformation matrix which orients geometry from one coordinate system to another on success. Transform.Unset on failure.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.14