0

In the pythonOCC examples CADViewerMDI.py the CAD format step, stp, iges, igs, and brep are suported.

Do pythonOCC support the format ".3dm" and if, how do I load it.

Supoptimal sulution: Change the format in rhino to one of the other formats.

Steenstrup
  • 644
  • 6
  • 15

1 Answers1

2

It looks like pythonOCC do not currently support .3dm files you can either output from Rhino in another format, (sub-optimal in your post), or find/write/sponsor the writing of a .3dm importer for pythonOCC.

Steve Barnes
  • 27,618
  • 6
  • 63
  • 73