formZ SDK | 5.0 API Reference | Project | Modeling | Objects | Control Objects | Reference Object
Description
Appends one or more obejcts to an existing reference object. The refo_obj must have previoulsy been created with fz_objt_cnstr_refo. The objects to be appended as passed in an array of objects pointers.
Plugin Prototype
fzrt_error_td fz_objt_edit_refo_add_objt(
fzrt_int | windex, |
refo_obj, | |
objs, | |
fzrt_int | nobjs ) |
Parameters
windex [Input]
project window index
refo_obj [Input]
the reference object
objs [Input]
an array of object pointers. Each object will be appended to the reference object
nobjs [Input]
The number of items in the objs array
Returns
Error codes
Availability
7.0.0.0
Example Files
See Also
Function Set
Defined in