Plane.Plane(Point3d, Point3d, Point3d) Constructor

Description

Constructs the plane with origin=or, uAxis=v1, and vAxis=v2.

Contract: Vectors v1=pntU-or and v2=pntV-or are non-collinear.

Visual Basic

Public Sub New(
    u As Point3d, 
    origin As Point3d, 
    v As Point3d
)

C#

public Plane(
    Point3d u, 
    Point3d origin, 
    Point3d v
);

Parameters

Parameters Description
Point3d u Input point U on U axis
Point3d origin Input origin
Point3d v Input point V on V axis

Links

Plane Class, Autodesk.AutoCAD.Geometry Namespace