formZ SDK | 5.0 API Reference | Project | Modeling | Objects | Control Objects | Reference Object

fz_objt_edit_refo_add_objt

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,

fz_objt_ptr

refo_obj,

fz_objt_ptr *

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

util_objt_cnstr_refo.fsl

See Also

fz_objt_cnstr_refo

Function Set

fz_model_fset


Defined in

fz_objt_refo_api.h