Autodesk.AutoCAD.Geometry Namespace > Matrix3d Structure > Matrix3d Methods > PlaneToWorld Method > PlaneToWorld(Plane) Method
Matrix3d.PlaneToWorld(Plane) Method
Description

 

Returns the matrix transformation from plane to world coordinates.

Visual Basic
Public static Function PlaneToWorld(
    plane As Plane
) As Matrix3d
C#
public static Matrix3d PlaneToWorld(
    Plane plane
);
Parameters
Parameters 
Description 
Plane plane 
Input transformation plane 
Links
   Comments?