Part.is_element_on_boundary
- Part.is_element_on_boundary(element)[source]
Check if the element belongs to the boundary mesh of the part.
- Parameters:
- element_Element
The element to check.
- Returns:
- bool
True if the element is on the boundary, False otherwise.