Mesh.CreatePlanar<T> (IList<Point3D>, IList<IList<Point3D>>, natureType) Method

Triangulates the specified 3D region.
Public Shared Function CreatePlanar(Of  _ 
T As {Mesh, New})( _ 
ByVal outer As IList(Of Point3D), _ 
ByVal inners As IList(Of IList(Of Point3D)), _ 
ByVal meshNature As natureType
) 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
natureType meshNature 

where T : Mesh, 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

meshNature
natureType

Nature of the Mesh

Return Value

T

The created mesh.

Exception type Condition

EyeshotException

Countours must be closed

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition