mesh:mesh clipper
Version: 0.0.0
Description
Clips a volume mesh along an iso value x, and construct the volume mesh defined by v < x.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | field | field | |
| Pin 1 Required | iso_value | double | iso value |
| Pin 2 Required | closed_surface | int32 | 1: closed surface, 0: iso surface. |
| Pin 3 | mesh | abstract_meshed_region | |
| 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 0 | field | field | |
| 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_clip
Full name: mesh.mesh_clip
Internal name: mesh_clip
License: None
Changelog
- Version 0.0.0: Initial release.