Quad(Plane, Point2D, Point2D, Point2D, Point2D) Constructor

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

Parameters

plane
Plane

Sketch plane

v1
Point2D

First 2D point

v2
Point2D

Second 2D point

v3
Point2D

Third 2D point

v4
Point2D

Fourth 2D point

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition