Region.CreatePolygon (devDept.Geometry.Plane, IList<Point2D>) Method

Creates a polygonal region by plane.
Public Shared Function CreatePolygon( _ 
ByVal sketchPlane As devDept.Geometry.Plane, _ 
ByVal points As IList(Of Point2D) _ 
) As Region
This language is not supported or no code example is available.
public static Region CreatePolygon( 
devDept.Geometry.Plane sketchPlane
IList<Point2D> points 
)
This language is not supported or no code example is available.

Parameters

sketchPlane
devDept.Geometry.Plane

Sketch plane

points
IList<Point2D>

A list of 2D points laying on the plane

Return Value

Region

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition