Part.add_element
- Part.add_element(element)[source]
Add an element to the part.
- Parameters:
- element_Element
The element instance.
- Returns:
- _Element
- Raises:
- TypeError
If the element is not an instance of _Element.
Add an element to the part.
The element instance.
If the element is not an instance of _Element.