Mesh.CreatePlanar (ICurve, IList<ICurve>, Double, natureType) Method

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

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

Parameters

outer
ICurve

Outer contour of the region oriented counter-clockwise

inners
IList<ICurve>

The inner contour list oriented clockwise

tolerance
double

The chordal error

meshNature
natureType

Nature of the Mesh

Return Value

Mesh

The created mesh.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition