 |
PK_PART_ask_geoms |
|
PK_ERROR_code_t PK_PART_ask_geoms
(
--- received arguments ---
PK_PART_t part, --- part to have geoms asked
--- returned arguments ---
int *const n_geoms, --- number of geoms (>=0)
PK_GEOM_t **const geoms --- geoms (optional)
)
This function returns the set of geometric entities (points, curves,
surfaces, and lattices) in the given part which are not attached to
the part's topology.
Specific Errors:
PK_ERROR_child_body (MILD) 'part' is a child body
The output array 'geoms' is optional. If it is set to NULL, the function
will only compute the number of geometric entities in the part.