Skip to content

Get Clean Mesh #

The get clean mesh component tries to, with as little effort as possible, create a clean mesh representation of the input geometry.

For breps and subDs, the underlying display mesh that is automatically generated by Rhino and Grasshopper for preview will be returned. This replaces the need of generating a new mesh every time a script runs.

Info

It is still recommended to use standard meshing components when exact control over the meshing procedure is needed.

Valid meshes will be passed through the component without changes while invalid meshes will receive a set of cleaning exercises to try and make them valid.

The component will return null for unsupported geometry like curves or points. It will also return null if a mesh cannot be found or computed.

Cyclops Gh get clean mesh component
Comparison between the Grasshopper native Mesh Brep component (default setting) and the Get Clean Mesh component.