Solid.CreatePlanar (Plane, IList<Point2D>) Method

Triangulates the specified 2D region.
Public Shared Function CreatePlanar( _ 
ByVal sketchPlane As Plane, _ 
ByVal outer As IList(Of Point2D) _ 
) As Solid
This language is not supported or no code example is available.
public static Solid CreatePlanar( 
Plane sketchPlane
IList<Point2D> outer 
)
This language is not supported or no code example is available.

Parameters

sketchPlane
Plane

Plane on which the points lay

outer
IList<Point2D>

Outer contour of the region oriented counter-clockwise

Return Value

Solid

The created Solid.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition