I am trying to create a property by using Python API where it should show the area of the Component. If I import a CAD model the area of the CAD Model that I imported should be visible when it is in §D environment. I am trying to find a way to do so. Can somebody help me with this?
I am thinking to do this from the position matrix where I can calculate the points and the area from it. Or suggest me some other ways.
But for example if we consider a Cube or Cylinder or a Cone , how to find the area of this Component by using Python API. Are there any Methods existing to achieve this?