Text.ConvertToMesh Method

Converts the text to a list of meshes.
Public Overridable Function ConvertToMesh( _ 
ByVal environment As Environment, _ 
Optional ByVal skipNormals As Boolean = false _ 
) As Mesh()
This language is not supported or no code example is available.
public virtual Mesh[] ConvertToMesh( 
Environment environment
bool skipNormals = false 
)
This language is not supported or no code example is available.

Parameters

environment
Environment

The Environment

skipNormals
bool

Return Value

Mesh[]

The list of meshes.

Exception type Condition

EyeshotException

Thrown when the text to convert has an SHX font style.

.NET Framework

Supported in: 4.8

In this article

Definition