Model.ExtrudeText (Text, Double, Double, Boolean, natureType) Method

Extrudes a text creating an array of new meshes.
Public Function ExtrudeText( _ 
ByVal text As Text, _ 
ByVal tolerance As Double, _ 
ByVal amount As Double, _ 
ByVal endCaps As Boolean, _ 
ByVal meshNature As natureType
) As Mesh()
This language is not supported or no code example is available.
public Mesh[] ExtrudeText( 
Text text
double tolerance
double amount
bool endCaps
natureType meshNature 
)
This language is not supported or no code example is available.

Parameters

text
Text

Entity text

tolerance
double

Entity text needs to be converted to Mesh type, this is the conversion tolerance (chordal error).

amount
double

Extrusion amount

endCaps
bool

Closing Caps on both ends

meshNature
natureType

Nature of the resulting mesh entity

Return Value

Mesh[]

The created array of meshes.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition