scoping:on mesh property
Version: 0.0.0
Description
Provides a scoping on a given property name and a property number.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | requested_location | string | Nodal or Elemental location are expected |
| Pin 1 Required | property_name | string | ex "apdl_element_type", "elprops", "mat", "eltype", "connectivity", "shell_elements", "solid_elements", "skin_elements", "beam_elements", "point_elements"... |
| Pin 2 | property_id | vector<int32>, int32 | |
| Pin 5 | inclusive | int32 | Default is 1 (inclusive is true). Only used if 'shape_values' property is requested. If inclusive is set to 1 and 'elprops' property field is available, it will select all elements that are set on the corresponding property. If inclusive is set to 0 (exclusive) and 'elprops' property field is available, it will select the elements that are only set on this property. |
| Pin 7 Required | mesh | abstract_meshed_region |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | mesh_scoping | scoping | Scoping |
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: scoping
Plugin: core
Scripting name: on_mesh_property
Full name: scoping.on_mesh_property
Internal name: meshscoping_provider_by_prop
License: None
Changelog
- Version 0.0.0: Initial release.