Skip to main content

scoping:on mesh property

Version: 0.0.0

Description

Provides a scoping on a given property name and a property number.

Inputs

InputNameExpected type(s)Description
Pin 0requested_locationstringNodal or Elemental location are expected
Pin 1
Required
property_namestringex "apdl_element_type", "elprops", "mat", "eltype", "connectivity", "shell_elements", "solid_elements", "skin_elements", "beam_elements", "point_elements"...
Pin 2property_idvector<int32>, int32
Pin 5inclusiveint32Default 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
meshabstract_meshed_region

Outputs

OutputNameExpected type(s)Description
Pin 0mesh_scopingscopingScoping

Configurations

NameExpected type(s)Default valueDescription
mutexboolfalseIf 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.