detach_faces#

Modeler3D.detach_faces(assignment, faces)[source]#

Section the object.

Parameters:
assignmentObject3d or str

Object from which to detach faces.

facesList[FacePrimitive] or List[int] or int or FacePrimitive

Face or faces to detach from the object.

Returns:
List[pyaedt.modeler.cad.object3d.Object3d]

List of objects resulting from the operation (including the original one).

References

>>> oEditor.DetachFaces