Solid.ConvertToMesh Method

Converts this solid into a mesh object.
Public Function ConvertToMesh( _ 
Optional ByVal weldNow As Boolean = true _ 
) As Mesh
This language is not supported or no code example is available.
public Mesh ConvertToMesh( 
bool weldNow = true 
)
This language is not supported or no code example is available.

Parameters

weldNow
bool

If true, the resulting meshes are welded immediately.

Return Value

Mesh

The resulting mesh object.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition