Mesh.ConvertToFastMesh Method

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

Parameters

indexed
bool

When true, one normal per vertex is used.

Return Value

FastMesh

The resulting FastMesh object.

.NET Framework

Supported in: 4.8

In this article

Definition