Extracting parameters from STEP files created in FreeCAD

Extracting parameters from STEP files created in FreeCAD

lokit.khemka
Participant Participant
354 Views
2 Replies
Message 1 of 3

Extracting parameters from STEP files created in FreeCAD

lokit.khemka
Participant
Participant

I have a simple part exported as a STEP file, created in FreeCAD. I want to know what parameters can be extracted using Inventor API. Any code samples that can help me achieve this?

 

Basically, the program flow is something as follows:

1. Read the active part model from the Inventor.

2. Extract the parameters and list them.

 

Any link containing code samples will also be helpful? Thank you.

0 Likes
Accepted solutions (1)
355 Views
2 Replies
Replies (2)
Message 2 of 3

Frederick_Law
Mentor
Mentor
Accepted solution

I don't think there is any parameter in STEP.

STEP is text file, you can open it in text editor and see.

0 Likes
Message 3 of 3

lokit.khemka
Participant
Participant

Learnt it the hard way. Thank you.

0 Likes