> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ntop.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Mesh from Implicit by DC

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

| Name              | Type                                                                 | Description                                                                                                                                                                 |
| ----------------- | -------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Body              | [Implicit Body](../../../../block-documentation/types/implicit-body) | Implicit body to convert.                                                                                                                                                   |
| Min. feature size | [Scalar](../../../../block-documentation/types/scalar)               | The minimum feature size to preserve during the conversion. Features that are smaller than this input may not be included in the final result.                              |
| Adaptivity        | [Scalar](../../../../block-documentation/types/scalar)               | Factor 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](../../../../block-documentation/types/mesh) |
