The input to UF_MODL_ask_face_edges is a single solid face. What
is returned is a list of solid edges associated to that face. The
handling of this list can be done by using the UF_MODL_*_list* routines.
If the face is an occurrence, then the return values are relative to the
occurrence, and not the prototype.
See Also
History
Modified in V15.0 to work relative to the occurrence.
extern int UF_MODL_ask_face_edges (
tag_t face,
uf_list_p_t * edge_list );
tag_t face Input Face object identifier
uf_list_p_t * edge_list Output to be freed Address of a pointer to a list of Edge object
identifiers. Use UF_MODL_delete_list to free
space allocated for this linked list.