geo:scoping normals
Version: 0.0.0
Description
compute the normals at the given nodes or element scoping based on the given mesh (first version, the element normal is only handled on the shell elements)
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | mesh | abstract_meshed_region | |
| Pin 1 | mesh_scoping | scoping | |
| Pin 3 | field | field |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | field | field |
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: geo
Plugin: core
Scripting name: normals
Full name: geo.normals
Internal name: normals_provider
License: None
Changelog
- Version 0.0.0: Initial release.