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

 

Returns the matrix transformation from plane to world coordinates, using the normal to the plane.

Visual Basic
Public static Function PlaneToWorld(
    normal As Vector3d
) As Matrix3d
C#
public static Matrix3d PlaneToWorld(
    Vector3d normal
);
Parameters
Parameters 
Description 
Vector3d normal 
Input normal to the plane for transformation 
Links
   Comments?