geo:faces area
Version: 0.0.0
Description
Compute the measure of the Faces (surface for 2D faces of a 3D model or length for 1D faces of a 2D model) using default shape functions, except for polygons.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | mesh | abstract_meshed_region | |
| Pin 1 Required | mesh_scoping | scoping | If not provided, the measure of all Faces in the mesh is computed. If provided, the Scoping needs to have "Faces" location. |
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: faces_area
Full name: geo.faces_area
Internal name: face::area
License: any_dpf_supported_increments
Changelog
- Version 0.0.0: Initial release.