mesh:mesh cutter
Version: 0.0.0
Description
Extracts a skin of the mesh in triangles in a new meshed region.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | field | field | Field containing the values for the iso-surface computation. The mesh can be retrieved from this field's support or through pin 2. |
| Pin 1 Required | iso_value | double | iso value |
| Pin 2 Required | closed_surface | int32 | 1: closed surface, 0: iso surface. |
| Pin 3 | mesh | meshed_region | Mesh to compute the iso-surface from. Used when not given through the support of the field in pin 0. |
| Pin 4 Required | slice_surfaces | bool | True: slicing will also take into account shell and skin elements. False: slicing will ignore shell and skin elements. The default is true. |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 2 | mesh | meshed_region |
Configurations
| Name | Expected type(s) | Default value | Description |
|---|---|---|---|
| mutex | bool | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
Scripting
Category: mesh
Plugin: core
Scripting name: mesh_cut
Full name: mesh.mesh_cut
Internal name: mesh_cut
License: None
Changelog
- Version 0.0.0: Initial release.