Part.remove_nodes
- Part.remove_nodes(nodes)[source]
Remove multiple
compas_fea2.model.Nodefrom the part.- Parameters:
- nodeslist[
compas_fea2.model.Node] List with the nodes to remove.
- nodeslist[
Warning
Removing nodes can cause inconsistencies.
Remove multiple compas_fea2.model.Node from the part.
compas_fea2.model.Node]List with the nodes to remove.
Warning
Removing nodes can cause inconsistencies.