Export coordinates from closed polysurface using python?

Hi,
Is it possible to export or to retrieve point coordinates from closed polysurfaces?
For example, I have box and I want to retrieve coordinates of its corner points?
Python scripting…

Hi Jakob,

Yes this would be possible;
For instance get all edgecurves of a polysurface and extract data of endpoints…

Depending in the context it could even be a simple macro starting like so:

!_SolidPtOn _ExtractPt _SelAll _Enter

HTH

-Willem

You might check out this thread… --Mitch

1 Like

Thank you for your answer, it helped me to solve this problem.