Group Abstract Group Abstract

Message Boards Message Boards

[?] Create geometrical regions from STEP (ISO10303)?

Posted 8 years ago
2 Replies

Proven wrong again. The latest version 12.1 contains an add-on package named OpenCascadeLink which provides a function OpenCascadeShapeImport which can import an ISO-10303-21 STEP file into Mathematica. It appears to do what Markus Sonderegger is asking for above. This approach (of linking to an existing external package with the desired functionality) avoids the costly reinvention of the wheel I alluded to earlier. Most of the 29 functions in the OpenCascadeLink package have rather skimpy documentation but there is a useful tutorial with examples. Nice to see more support for mechanical engineering coming to Mathematica.

I would not have found this except for this mention on stack exchange. There was no hint of this in the Summary of New Features in 12.1 in the Mar 18, 2020 Wolfram Blog announcing the 12.1 release so maybe OpenCascadeLink is still considered in development.

STEP may be a widely used system in the manufacturing world, but you should not be "astonished" that it is not currently supported by Wolfram. Getting a STEP import capability will be costly. After you purchase the rather pricey ISO10303 standard you will find other ISO documents are also required. Eventually you will discover that the Express modeling language is a can of worms that needs a very complete Object Oriented Programming language to parse. The last time I looked at this, none of the existing OOP systems for Mathematica had all the required bells and whistles. So to summarize, I believe that to get STEP import into Mathematica, (1) you need a very complete and high performance OOP system coded in the Wolfram Language, (2) then you need to build an Express parser using that OOP system, (3) then you need to translate the ISO10303 standard for STEP into a form that your Express parser can handle. As a wild guess, a $1M budget would be a ROM cost for this. Someone please prove me wrong, since I have needed this capability for years.

Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard