shortest_edge#
- Object3d.shortest_edge(n: int = 1) list[EdgePrimitive]#
Return only the edge with the smallest length.
Examples
>>> from ansys.aedt.core.modeler.cad.object_3d import Object3d >>> obj = Object3d() >>> obj.shortest_edge(n=1)
Return only the edge with the smallest length.
Examples
>>> from ansys.aedt.core.modeler.cad.object_3d import Object3d
>>> obj = Object3d()
>>> obj.shortest_edge(n=1)