RigidPart.add_element
- RigidPart.add_element(element)[source]
Add an element to the part.
- Parameters:
- element
compas_fea2.model._Element The element instance.
- element
- Returns:
- Raises:
- TypeError
If the element is not an element.
Add an element to the part.
compas_fea2.model._ElementThe element instance.
If the element is not an element.