How to find: the length of the longest edge, the number of vertices in the body, the area max, min of the face?

A body for work. I can’t figure it out, please help!
https://drive.google.com/drive/folders/1xqHtfhR6oh6fIV9UmZXBuTZQguLwUAS4

You’ll need to share an image of your graph and what you’ve tried so we can see exactly what you’re dealing with.

1 Like

Some node combinations to help you get started:

  1. Topology.Verticies > List.Count
  2. Topology.Edges > Edge.CurveGeometry > List.SortByFunction with a Curve.Length input as the function > List.LastItem
  3. Topology.Faces > Face.SurfaceGeometry > List.SortByFunction with a Surface.Area input as the function > List.LastItem and List.FirstItem