Solid.CreatePlanar<T> (IList<Point3D>) Method

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

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

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

Type Parameters

T

Parameters

outer
IList<Point3D>

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