Region.ConvertToMesh Method

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

Parameters

deviation
double

The maximum deviation, zero for current tessellation.

meshNature
natureType

The desired Mesh nature.

Return Value

Mesh

The resulting Mesh object.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition