Python Forum
Extracting hole-coordinates from a STEP-file
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Extracting hole-coordinates from a STEP-file
#1
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?
Reply
#2
you can look through: https://pypi.org/search/?q=step-file
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Extracting specific file from an archive tester_V 4 426 Jan-29-2024, 06:41 PM
Last Post: tester_V
  Extracting Specific Lines from text file based on content. jokerfmj 8 2,857 Mar-28-2022, 03:38 PM
Last Post: snippsat
  Extracting data based on specific patterns in a text file K11 1 2,180 Aug-28-2020, 09:00 AM
Last Post: Gribouillis
  Extracting CSV from Excel file 3_14ThonUser 5 2,690 May-11-2020, 05:37 PM
Last Post: buran
  Coordinates from a text file garry1415 7 4,735 May-04-2020, 01:29 PM
Last Post: DeaD_EyE
  Extracting information from a file lokhtar 6 2,851 Dec-09-2019, 09:44 PM
Last Post: snippsat
  Step through a really large CSV file incrementally in Python bluethundr 6 6,834 May-07-2019, 08:46 AM
Last Post: DeaD_EyE
  extracting data from a list in a file clarablanes 2 2,189 Jan-20-2019, 12:17 PM
Last Post: clarablanes

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020