get_touching_faces#
- Polyline.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:
- assignment
str,Object3d Object to check.
- assignment
- 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")