-
I'm wondering if its possible to use GeometryGym to access the information in the Header such as FILE_DESCRIPTION, FILE_NAME, FILE_SCHEMA. For now, I would just like to read this information. I want to write something like: I just can't find out what these types might be called. So I can't figure out how to retrieve them. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@jmirtsch Can GeometryGym be used for this? |
Beta Was this translation helpful? Give feedback.
-
Hi Ryan, I added a new attribute to the database with contents read from step file header. GeometryGymIFC/Core/STEP/DatabaseSTEP.cs Line 40 in 09a0f17 I'm not sure if your preference might be to only read the header (and ignore all the data), this would need a new method if desired. Hope it helps, Jon |
Beta Was this translation helpful? Give feedback.
Hi Ryan,
I added a new attribute to the database with contents read from step file header.
GeometryGymIFC/Core/STEP/DatabaseSTEP.cs
Line 40 in 09a0f17
I'm not sure if your preference might be to only read the header (and ignore all the data), this would need a new method if desired.
Given the size of many IFC data sets, parsing the entire file might not be required.
Hope it helps,
Jon