WireFrame
ABSTRACT
The WireFrame operation generates a wireframe representation for the provided mesh-tree. Note that like BoundingBox and unlike most other operators, the unselected meshes will not be included in the output.
PARAMETERS
mesh | Represents the mesh-tree containing meshes to be converted into wireframe representations. All provided meshes will be converted. |
root | The root of the mesh-tree, serving as the container for mesh selection. |
tag_predicate(tag) | Determines whether a mesh should be included in the wireframe conversion operation based on the provided tag. |
RETURN
A mesh comprising lines present at all original lines in the mesh, and more lines at the boundary of every single triangle. This is different behavior than a downrank.
DECLARATION
func WireFrame([mesh_tree] {[full] {mesh}, [tag_pred] {root, tag_predicate(tag)}})