3) Understand the Details of Text (Curves and Polygons)
To get a solid text, chooose the "Poly" Option in the Create-Text-Box
- Open again the text box:
Choose the "Poly" and the "Standard Fit" Options
- Result
- Open the Hypergraph-Editor
This time there are two independed groups of objects. One Group are
the curves, the other group consists of the polygon surfaces.

- See the MEL-Scripting
textCurves -ch 0 -f "Freestyle Script|h-17|w700|c0" -t "space";
// Result: Text_space_1 //
planarSrf -name "Trim Char_s_1 #" -ch 1 -tol 0.01 -o on -po 1 Char_s_1;
// Result: Trim_Char_s_1_1 planarTrimSurface1 //
planarSrf -name "Trim Char_p_1 #" -ch 1 -tol 0.01 -o on -po 1 Char_p_1;
// Result: Trim_Char_p_1_1 planarTrimSurface2 //
planarSrf -name "Trim Char_a_1 #" -ch 1 -tol 0.01 -o on -po 1 Char_a_1;
// Result: Trim_Char_a_1_1 planarTrimSurface3 //
planarSrf -name "Trim Char_c_1 #" -ch 1 -tol 0.01 -o on -po 1 Char_c_1;
// Result: Trim_Char_c_1_1 planarTrimSurface4 //
planarSrf -name "Trim Char_e_1 #" -ch 1 -tol 0.01 -o on -po 1 Char_e_1;
// Result: Trim_Char_e_1_1 planarTrimSurface5 //
|