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

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

where T : Solid, new()
This language is not supported or no code example is available.

Type Parameters

T

Parameters

sketchPlane
Plane

Plane on which the points lay

outer
IList<Point2D>

Outer contour of the region oriented counter-clockwise

Return Value

T

The created Solid.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition