Creates a transformation matrix to transform points from WCS to plane coordinate system.
Public static Function WorldToPlane( plane As Plane ) As Matrix3d
public static Matrix3d WorldToPlane( Plane plane );
Parameters |
Description |
Plane plane |
Input transformation plane. |
Comments? |