PolygonalRegion(Point3D()) Constructor

List of 3D points constructor.
Public Sub New( _ 
ByVal ParamArray points As Point3D() _ 
)
This language is not supported or no code example is available.
public PolygonalRegion( 
params Point3D[] points 
)
This language is not supported or no code example is available.

Parameters

points
Point3D[]

A list of 3D points laying on an arbitrary plane

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition