mesh:split mesh wrt property
Version: 0.0.0
Description
Split the input mesh into several meshes based on a given property (material property be default)
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 1 | mesh_scoping | scoping | Scoping |
| Pin 7 Required | mesh | abstract_meshed_region | |
| Pin 13 Required | property | string |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | meshes | meshes_container |
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: split_mesh
Full name: mesh.split_mesh
Internal name: split_mesh
License: any_dpf_supported_increments
Changelog
- Version 0.0.0: Initial release.