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

Extrudes a text creating an array of new solids.
Public Function ExtrudeText( _ 
ByVal text As Text, _ 
ByVal tolerance As Double, _ 
ByVal amount As Vector3D, _ 
ByVal endCaps As Boolean
) As Solid()
This language is not supported or no code example is available.
public Solid[] ExtrudeText( 
Text text
double tolerance
Vector3D amount
bool endCaps 
)
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 Solid type, this is the conversion tolerance (chordal error).

amount
Vector3D

Extrusion amount

endCaps
bool

Closing Caps on both ends

Return Value

Solid[]

The created array of solids.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition