mesh:mesh plan clipper
Version: 0.0.0
Description
Clips a volume mesh along a plane and keeps one side.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | mesh_or_field | abstract_meshed_region, field | |
| Pin 1 Required | normal | field | An overall 3D vector that gives the normal direction of the plane. |
| Pin 2 Required | origin | field | An overall 3D vector that gives a point of the plane. |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | field | field | |
| Pin 2 | mesh | abstract_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_plan_clip
Full name: mesh.mesh_plan_clip
Internal name: mesh_plan_clip
License: None
Changelog
- Version 0.0.0: Initial release.