-
-
Notifications
You must be signed in to change notification settings - Fork 258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for 3DM file format? #1489
Comments
This one may be hard as Nurbs are not natively supported by VTK, so we would need to do some kind discretization. |
We do have parametric surface triangulation with opencascade. |
It is likely that Rhino's API provide that already (eg. |
Here is the OpenNURBS github: https://github.com/mcneel/opennurbs It is maintained but the build system may reveal to be challenging. |
There is a GL example which must output triangles somehow... having a quick look it looks like there is various levels of built-in magic for the conversion, for example Brep face to mesh, or Brep face to Nurbs to triangles |
When I do use Rhino a lot of times I do need to wait because the software it is calculating meshes even if I do work only with NURBS surfaces. I do think that even Rhino it is using meshes to display the geometry on screen and for the render engine (it is using Cycles as render engine). |
Hi all.
I do need to visualize a lot of 3DM files created in Rhino and I think that maybe this format (3DM) can be added to the f3d library?
The 3DM format it is described here
From the description: "There are no restrictions. Neither copyright nor copyleft restrictions apply."
Best regards.
The text was updated successfully, but these errors were encountered: