formZ SDK | 5.0 API Reference | Project | Modeling | Objects | Control Objects | Text Object
Description
Creates a solid or surface text object along a line. If do_solid is TRUE, the text is extruded by "depth". Otherwise a surface object is created.
Plugin Prototype
fzrt_error_td fz_objt_cnstr_text_on_line(
fzrt_int | windex, |
char * | str, |
path_obj, | |
double | height, |
double | depth, |
do_solid, | |
model_type, | |
refn_opts, | |
opts, | |
obj ) |
Parameters
windex [Input]
project window index
str [Input]
text string
path_obj [Input]
object path
height [Input]
height of text object
Range: height > 0.0
depth [Input]
depth of text object
Range: depth > 0.0
do_solid [Input]
if TRUE, extrudes by depth, otherwise creates a surface object.
model_type [Input]
model type
refn_opts [Input, Optional]
display resolution options. For defaults see see fz_attr_refn_parm_enum
opts [Input, Optional]
construction options. For defaults see fz_objt_text_parm_enum
obj [Result]
text object
Returns
Error codes
Availability
5.0.0.0
Example Files
See Also
Function Set
Defined in