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

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

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

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

Type Parameters

T

Parameters

outer
ICurve

Outer contour of the region oriented counter-clockwise

tolerance
double

The chordal error

meshNature
natureType

Nature of the Mesh

Return Value

T

The created mesh.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition