Hi everyone,
I’m trying to create a viewport using rhino3dm and display some geometries in it. Is there a way to render or visualize objects directly with rhino3dm, or do I need to use another library alongside it? Any guidance or examples would be greatly appreciated!
rhino3dm does not contain viewport, drawing nor meshing technology.
You can with RhinoCommon / Rhino.Inside, but not pure rhino3dm. RhinoCommon and/or Rhino.Inside means users of your software will need to have a Rhino installation with a valid license.
You’ll have to find a library with which you can draw 3d and implement everything you need yourself if you intend to use rhino3dm.