Region.ConvertToSolid<T> Method

Converts this region to a Solid object.
Public Function ConvertToSolid(Of  _ 
T As {Solid, New})( _ 
ByVal tolerance As Double
) As T
This language is not supported or no code example is available.
public T ConvertToSolid<T>( 
double tolerance 

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

Type Parameters

T

Parameters

tolerance
double

Tessellation tolerance

Return Value

T

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition