Eyeshot 9.0 WinForms API Reference
Quad Constructor(Point3D,Point3D,Point3D,Point3D)

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Quad Class > Quad Constructor : Quad Constructor(Point3D,Point3D,Point3D,Point3D)
First vertex
Second vertex
Third vertex
Fourth vertex
Standard constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal v1 As Point3D, _
   ByVal v2 As Point3D, _
   ByVal v3 As Point3D, _
   ByVal v4 As Point3D _
)
public Quad( 
   Point3D v1,
   Point3D v2,
   Point3D v3,
   Point3D v4
)

Parameters

v1
First vertex
v2
Second vertex
v3
Third vertex
v4
Fourth vertex
See Also

Reference

Quad Class
Quad Members
Overload List