remove_elements
- compas_cadwork.utilities.remove_elements(elements)[source]
Removes the given elements from the cadwork document.
- Parameters:
- elementslist(
compas_cadwork.datamodel.Element
or int) List of elements or element ids to remove.
- elementslist(