Model.find_sections_by_attribute
- Model.find_sections_by_attribute(attr, value, tolerance=1)[source]
Find sections by attribute.
- Parameters:
- attrstr
The name of the attribute.
- valueUnion[str, int, float]
The value of the attribute.
- tolerancefloat, optional
The tolerance for the search, by default 1.
- Returns:
- list[:class=`compas_fea2.model.sections.Section`]