IGES version?
-
- Posts: 16
- Joined: Wed Oct 16, 2024 3:00 pm
IGES version?
Just looking to document which flavor of IGES is being exported. OC mentions "up to 5.3", but can you clarify which version you are exporting? Thanks!
-
- Posts: 88
- Joined: Tue Jun 18, 2024 6:12 am
Re: IGES version?
It is v5.3.
We do not do anything special in DGK 7.2 with it. We have updated this functionality last year and just call the relevant OCCT 7.7.0 API. Specifically IGESControl_Writer class.
OCCT does not concern themselves with iges versions. I do not see anything specific in their code and they do not write version in the header. It is pretty old format with many limitations.
We do not do anything special in DGK 7.2 with it. We have updated this functionality last year and just call the relevant OCCT 7.7.0 API. Specifically IGESControl_Writer class.
OCCT does not concern themselves with iges versions. I do not see anything specific in their code and they do not write version in the header. It is pretty old format with many limitations.
-
- Posts: 16
- Joined: Wed Oct 16, 2024 3:00 pm
Re: IGES version?
Thanks, Prashant. We also were surprised to find that the IGES header was not more fully descriptive. The export is working very well for us, this was just to document the version as we have our own IGES file creator (in v4 format).