create_mesh
Generate a mesh on a CAD geometry by specifying surface and volume algorithms, segment counts, and element size limits.
Instructions
Create a mesh definition on GEOM object using standard hypotheses.
surface_algorithm: triangle | quadrangle | none volume_algorithm: tetrahedron | hexahedron | none
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mesh_name | No | Mesh | |
| shape_ref | Yes | ||
| segment_count | No | ||
| max_element_area | No | ||
| volume_algorithm | No | tetrahedron | |
| surface_algorithm | No | triangle | |
| max_element_volume | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |