smallest_face#
- Object3d.smallest_face(n: int = 1) list[FacePrimitive]#
Return only the face with the smallest area.
Examples
>>> from ansys.aedt.core.modeler.cad.object_3d import Object3d >>> obj = Object3d() >>> obj.smallest_face(n=1)
Return only the face with the smallest area.
Examples
>>> from ansys.aedt.core.modeler.cad.object_3d import Object3d
>>> obj = Object3d()
>>> obj.smallest_face(n=1)