M_Rhino_Geometry_Transform_ChangeBasis - mcneel/rhinocommon-api-docs GitHub Wiki

Transform.ChangeBasis 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) Version: Rhino 6.0

Syntax

C#

public static Transform ChangeBasis(
	Plane plane0,
	Plane plane1
)

VB

Public Shared Function ChangeBasis ( 
	plane0 As Plane,
	plane1 As Plane
) As Transform

Parameters

 

plane0
Type: Rhino.Geometry.Plane
Coordinate system in which the geometry is currently described.
plane1
Type: Rhino.Geometry.Plane
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

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Transform Structure
ChangeBasis Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️