mesh_contour_separate

ABSTRACT

Separates the meshes of a mesh-tree into its constiuent contours. See mesh_contour_count for a more detailed description.

PARAMETERS
meshConsiders all meshes in the mesh-tree separating contours
rootSpecifies the container mesh-tree where meshes are selected for contour separation.
tag_predicate(tag)Determines if a mesh should be included in the result
RETURN

A flat vector which contains the seprated contour

DECLARATION
func mesh_contour_separate([mesh_tree] {[full] {mesh}, [tag_pred] {root, tag_predicate(tag)}})