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

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

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

Mesh

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