Quad(Point3D, Point3D, Point3D, Point3D) Constructor

Standard constructor.
Public Sub New( _ 
ByVal v1 As Point3D, _ 
ByVal v2 As Point3D, _ 
ByVal v3 As Point3D, _ 
ByVal v4 As Point3D
)
This language is not supported or no code example is available.
public Quad( 
Point3D v1
Point3D v2
Point3D v3
Point3D v4 
)
This language is not supported or no code example is available.

Parameters

v1
Point3D

First vertex

v2
Point3D

Second vertex

v3
Point3D

Third vertex

v4
Point3D

Fourth vertex

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition