touching_objects#
- property FacePrimitive.touching_objects: list[str]#
Get the objects that touch one of the vertex, edge midpoint or the actual face.
- Returns:
listObject names touching that face.
Examples
>>> from ansys.aedt.core.modeler.cad.elements_3d import FacePrimitive >>> obj = FacePrimitive() >>> obj.touching_objects