Autodesk.AutoCAD.Geometry Namespace > BoundedPlane Class > BoundedPlane Constructor > BoundedPlane(Point3d, Vector3d, Vector3d) Constructor
BoundedPlane.BoundedPlane(Point3d, Vector3d, Vector3d) Constructor
Description

Constructs a bounded planar surface defined by a point and two vectors.

Visual Basic
Public Sub New(
    origin As Point3d, 
    u As Vector3d, 
    v As Vector3d
)
C#
public BoundedPlane(
    Point3d origin, 
    Vector3d u, 
    Vector3d v
);
Parameters
Parameters 
Description 
Point3d origin 
Input plane origin 
Vector3d u 
Input U direction 
Vector3d v 
Input V direction 
Links
   Comments?