kovacsv / Online3DViewer

A solution to visualize and explore 3D models in your browser.
https://3dviewer.net
MIT License
2.42k stars 534 forks source link

to view lines not only surfaces/solids of .3dm (Rhino3d) #411

Closed kim-dongryeong closed 11 months ago

kim-dongryeong commented 1 year ago

I'm really glad that I can view .3dm files on my phone! But it shows only surfaces/solids and not lines. For my work, I draw house plans in Rhino3D. We use lines a lot more than surfaces/solids. Is it possible to view lines as well?

paireks commented 1 year ago

Currently as far as I know viewer does not support displaying curves. One of the tricks I use in these cases is I convert curves into 3d pipes :) I personally create mesh pipes, but in Rhino you could do it e.g. by converting curves to regular pipes, it should work as well.

kovacsv commented 1 year ago

You can turn on lines in the setting (not available on all mobile phones, depends on the screen size and orientation). These are automatically generated lines based on the geometry. Standalone lines are not supported at the moment.

kovacsv commented 11 months ago

Close as duplicate of: #423.