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