Transform.ChangeBasis Method (Plane, Plane)

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)
Syntax
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: Transform
A transformation matrix which orients geometry from one coordinate system to another on success. Transform.Unset on failure.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also