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
mesh | Considers all meshes in the mesh-tree separating contours |
root | Specifies 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)}})