BlockModel.add_elements
- BlockModel.add_elements(elements, parent=None)
Add multiple elements to the model.
- Parameters:
- elementslist[
Element] The model elements.
- parent
GroupNode, optional The parent group node of the elements. If
None, the elements will be added directly under the root node.
- elementslist[
- Returns:
- list[
ElementNode]
- list[