Solid.CreatePlanar (IList<Point3D>) Method

NOTE: This member is now obsolete. Use Region.ConvertToSolid() instead.

Public Shared Function CreatePlanar( _ 
ByVal outer As IList(Of Point3D) _ 
) As Solid
This language is not supported or no code example is available.
public static Solid CreatePlanar( 
IList<Point3D> outer 
)
This language is not supported or no code example is available.

Parameters

outer
IList<Point3D>

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