M_Rhino_Geometry_Transform_ChangeBasis - mcneel/rhinocommon-api-docs GitHub Wiki
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
C#
public static Transform ChangeBasis(
Plane plane0,
Plane plane1
)
VB
Public Shared Function ChangeBasis (
plane0 As Plane,
plane1 As Plane
) As Transform
- 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.
Type: Transform
A transformation matrix which orients geometry from one coordinate system to another on success. Transform.Unset on failure.
Supported in: 6.0.16224.21491, 5D58w
Transform Structure
ChangeBasis Overload
Rhino.Geometry Namespace