PolygonalRegion(Plane, IList<Point2D>) Constructor

List of 2D points and plane constructor.
Public Sub New( _ 
ByVal sketchPlane As Plane, _ 
ByVal points As IList(Of Point2D) _ 
)
This language is not supported or no code example is available.
public PolygonalRegion( 
Plane sketchPlane
IList<Point2D> points 
)
This language is not supported or no code example is available.

Parameters

sketchPlane
Plane

Sketch plane

points
IList<Point2D>

A list of 2D points laying on the plane

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition