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

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

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

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

inners
IList<IList<Point3D>>

The inner contour list oriented clockwise

Return Value

T

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