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

Constructs a bounded planar surface defined by origin and two other points.

Visual Basic
Public Sub New(
    p1 As Point3d, 
    origin As Point3d, 
    p2 As Point3d
)
C#
public BoundedPlane(
    Point3d p1, 
    Point3d origin, 
    Point3d p2
);
Parameters
Parameters 
Description 
Point3d p1 
Input point 
Point3d origin 
Input origin point 
Point3d p2 
Input point 
Links
   Comments?