Python Forum
Extracting hole-coordinates from a STEP-file - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Extracting hole-coordinates from a STEP-file (/thread-23847.html)



Extracting hole-coordinates from a STEP-file - Saksa - Jan-20-2020

Hi!

This might not be 100% Python specific, but since I am writing the script in Python, I thought to post this here.

I am trying to create a script that extracts the cartesian coordinates of certain holes from a step-file. The step-file itself is a simple text-file, so its manipulation is not the issue. I am trying to figure how the coordinate system in the step-file works (especially how the zero point is defined/where it is located).

Are there maybe some existing Python libraries for this kind of data extraction?


RE: Extracting hole-coordinates from a STEP-file - Larz60+ - Jan-20-2020

you can look through: https://pypi.org/search/?q=step-file