Coreform Cubit Version: 2021.4.0
Platform: Ubuntu 20.04
Python version : 3.8.12
PythonOCC version: 7.4.1-dev
Issue
I am generating a STEP CAD file using the python OCC package, and importing that STEP file into coreform cubit. It is desirable for my workflow to have volume name metadata in that file. I have found that for ordinary solids I can achieve this without issue, however for solids with voids cubit fails to import the metadata, despite it existing in the file in the same location.
I would like to know if this is a bug on the cubit side, or if the way the metadata is interpreted for hollow solids is different in cubit, and I need to somehow export this differently.
Please find attached the a minimal working example to produce two step files, a sphere and hollow sphere where the metadata is imported correctly into cubit for the former but not for the latter.
occ-metadata.py (2.2 KB)