formZ SDK | 5.0 API Reference | Project | Modeling

fz_enty_list_ptr

Description

Data structure for an entity list. An entity list contains zero or more pointers to an entity of the same kind. For example, an entity list may contain object pointers ( fz_objt_ptr) or light pointers ( fz_lite_ptr). A number of functions operate on an entity list. Typically, an entity list is used in the following manner :
1. Create an entity list via fz_objt_list_create()
2. Fill the entity list with entities. This may be done by an api function, such as (). In this case the entity list is filled by () with the result of a boolean difference which may yield zero or more new objects.
3. Retrieve the number of entities in the list via fz_objt_list_count().
4. Retrieve individual entities from the list via fz_objt_list_get_objt()
5. Delete the entity list via ()

Availability

5.0.0.0

Defined in

fz_model_core_api.h