Click or drag to resize

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)
Since: 5.0
Syntax
public static Transform ChangeBasis(
	Plane plane0,
	Plane plane1
)

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.
See Also