Region.ConvertToMesh<T> Method

Converts this region to a Mesh object.
Public Function ConvertToMesh(Of  _ 
T As {Mesh, New})( _ 
Optional ByVal deviation As Double = 0, _ 
Optional ByVal meshNature As natureType = Mesh.natureType.Plain _ 
) As T
This language is not supported or no code example is available.
public T ConvertToMesh<T>( 
double deviation = 0, 
natureType meshNature = Mesh.natureType.Plain 

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

Type Parameters

T

Parameters

deviation
double

The maximum deviation, zero for current tessellation.

meshNature
natureType

The desired Mesh nature.

Return Value

T

The resulting Mesh object.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition