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

 

Creates a transformation matrix to transform points from WCS to plane coordinate system.

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