Quad3d(Point3d, Point3d, Point3d, Point3d) Constructor

Public Sub New( _ 
ByVal p1 As Point3d, _ 
ByVal p2 As Point3d, _ 
ByVal p3 As Point3d, _ 
ByVal p4 As Point3d
)
This language is not supported or no code example is available.
public Quad3d( 
Point3d p1
Point3d p2
Point3d p3
Point3d p4 
)
This language is not supported or no code example is available.
public:  
Quad3d( 
Point3d^ p1
Point3d^ p2
Point3d^ p3
Point3d^ p4 
)
This language is not supported or no code example is available.
public function Quad3d( 
p1 : Point3d
p2 : Point3d
p3 : Point3d
p4 : Point3d 
);
This language is not supported or no code example is available.

Parameters

p1
Point3d

p2
Point3d

p3
Point3d

p4
Point3d

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition