ISO-10303 EXPRESS Viewer
-
Hello,
The "ISO-10303 EXPRESS" is a standard modeling language coming from the early 90's. It is mainly used to define Data Exchange File formats.
Widely used Exchange Formats based on EXPRESS are for example STEP AP214 in 3D Mechanical CAD, IFC in architecture / Buildings or STEP-TAS in aerospace thermal analysis.One year ago, Mark Pictor started to clean and upgrade the "dead" STEP Class Library originating from the NIST (National Institute for Standard & Technology). This lead to the "StepCode project":http://stepcode.org .
"SCView":https://github.com/LaurentBauer/SCView/wiki is an EXPRESS data viewer, based on Stepcode and QT
!https://github.com/LaurentBauer/SCView/wiki/img/SCLView.png(SCView Application)!
The diagram view is based on the QGraphicsView framework.
The Express text view is a TextEdit with a syntax highlighterThis all work quite quick
[YouTubeID:ig9xq1H828M]
This application is far from being finished.
Using Qt was a pleasure again since most of the required components are available.
(I'm just missing a Graph layout like graphViz ;o)Regards,
Laurent