You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Want to export a shape or solid to a .glb file.
Example code from pythonocc-demos/examples/core_export_gltf_single_shape.py results in TypeError on "create document" line 37
'''doc = TDocStd_Document("pythonocc-doc")'''
'''TypeError: in method 'new_TDocStd_Document', argument 1 of type 'TCollection_ExtendedString const &''''
..\lib\site-packages\OCC\Core\TDocStd.py:1120
The text was updated successfully, but these errors were encountered:
Want to export a shape or solid to a .glb file.
Example code from pythonocc-demos/examples/core_export_gltf_single_shape.py results in TypeError on "create document" line 37
'''doc = TDocStd_Document("pythonocc-doc")'''
'''TypeError: in method 'new_TDocStd_Document', argument 1 of type 'TCollection_ExtendedString const &''''
..\lib\site-packages\OCC\Core\TDocStd.py:1120
The text was updated successfully, but these errors were encountered: