Share

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

Matrix3d Structure, Autodesk.AutoCAD.Geometry Namespace

Was this information helpful?