Wireframe
Overview
Converts a solid mesh into a wireframe representation by extracting the edges of the geometry.
Inputs
| Name | Type | Description |
|---|---|---|
| Geometry | MeshData | The source mesh to be converted to wireframe. |
Outputs
| Name | Type | Description |
|---|---|---|
| Output | MeshData | The resulting mesh containing only the edge-based data. |
Parameters
This node does not expose additional parameters.