DeformablePart.add_section

DeformablePart.add_section(section: _Section) _Section[source]

Add a section to the part so that it can be referenced in element definitions.

Parameters:

section (compas_fea2.model.Section)

Returns:

None

Raises:

TypeError – If the section is not a section.