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

Triangulates the specified 2D region.
Public Shared Function CreatePlanar( _ 
ByVal sketchPlane As Plane, _ 
ByVal outer As IList(Of Point2D), _ 
ByVal inners As IList(Of 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
IList<IList<Point2D>> inners 
)
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

inners
IList<IList<Point2D>>

The inner contour list oriented clockwise

Return Value

Solid

The created Solid.

Exception type Condition

EyeshotException

Countours must be closed

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition