get_touching_faces#
- Object3d.get_touching_faces(assignment: str | Object3d = None) list#
Get the objects that touch one of the face center of each face of the object.
- Parameters:
- Returns:
listlist of objects and faces touching.
Examples
>>> from ansys.aedt.core.modeler.cad.object_3d import Object3d >>> obj = Object3d() >>> obj.get_touching_faces(assignment="Box1")