Skip to main content
Converts an Implicit Body to a Mesh using dual contouring. This version has lower computational overhead than Mesh from Implicit Body, however the result may contain self-intersections and non-manifold edges or vertices. Use Mesh from Implicit Body when a clean mesh is required and/or for the option to sharpen specific regions.

Inputs

NameTypeDescription
BodyImplicit BodyImplicit body to convert.
Min. feature sizeScalarThe minimum feature size to preserve during the conversion. Features that are smaller than this input may not be included in the final result.
AdaptivityScalarFactor to control how much the Mesh is decimated. Higher values will cause more decimation, yielding a lower mesh element count in flat regions. Enter 0 for no decimation.

Outputs

Type
Mesh