How can I find the area of a circle component?

Is it possible to find the area of a circle component from code?

What do you mean for FIND ? calculate the value ? Do you know the radius ?

You set the radius in metres, so use that value (radius) to calculate the area (Pi * r^2)

2 Likes

Thank you.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.