Eyeshot 9.0 WinForms API Reference
Quad Constructor(Plane,Point2D,Point2D,Point2D,Point2D)

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Quad Class > Quad Constructor : Quad Constructor(Plane,Point2D,Point2D,Point2D,Point2D)
Sketch plane
First 2D point
Second 2D point
Third 2D point
Fourth 2D point
Sketch plane constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal plane As Plane, _
   ByVal v1 As Point2D, _
   ByVal v2 As Point2D, _
   ByVal v3 As Point2D, _
   ByVal v4 As Point2D _
)
public Quad( 
   Plane plane,
   Point2D v1,
   Point2D v2,
   Point2D v3,
   Point2D v4
)

Parameters

plane
Sketch plane
v1
First 2D point
v2
Second 2D point
v3
Third 2D point
v4
Fourth 2D point
See Also

Reference

Quad Class
Quad Members
Overload List