> ## 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.

# Meshes From Profiles

Mesh a list of pre-computed profiles, meshing each with shared intersection edges as hard constraints, and returning the results as a list of surface meshes in the same order as the input profiles.

### Inputs

| Name              | Type                                                          | Description                                                                                                                                                                                                   |
| ----------------- | ------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Profiles          | [Profile List](../../../../block-documentation/types/profile) | Pre-computed planar profiles to mesh.  Each profile produces one mesh in the output list.                                                                                                                     |
| Max. edge length  | [Scalar](../../../../block-documentation/types/scalar)        | Maximum triangle edge length in the output meshes.  Pass 0 for no size constraint.                                                                                                                            |
| Feature tolerance | [Scalar](../../../../block-documentation/types/scalar)        | Controls the tolerance for resolving shared intersection vertices and sampling curved profile boundaries.  Defaults to 10% of Max. Edge Length when set, otherwise 1% of the profiles' bounding box diagonal. |

### Outputs

| Type                                                    |
| ------------------------------------------------------- |
| [Mesh List](../../../../block-documentation/types/mesh) |
