retard hereis there a calculator for any random 2d surface area?lets say i draw an area and it calculates the size in meters sq
I've never needed specifically that but I would try looking for an ImageJ or LabPlot plugin. Maybe Engage digitizer.
I'm pretty sure Civil3D can do it as long as the frog is split up into surfaces it can handle and either re-created manually or imported. There might be a less silly program but it's the only one I know.
>>16807622In Freecad you can make a partdesign body, sketch the shape, pad it to unit height. Then select the body, ctrl-shift-p, and type shp.Volume in the console to get area probably in mm2. There's a shp.Area attribute which is always zero for a sketch: freecad is designed to exercise tool thinking by being deliberately broken.