Mesh.ConvertToSolid<T> Method

Converts this mesh to a Solid object.
Public Function ConvertToSolid(Of  _ 
T As {Solid, New})() As T
This language is not supported or no code example is available.
public T ConvertToSolid<T>() 
where T : Solid, new()
This language is not supported or no code example is available.

Type Parameters

T

Return Value

T

The resulting solid if the operation is successful, null/Nothing otherwise.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition