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
Thanks for this excellent library!
It seems that when exporting geometries as .obj, some ISurface elements don't appear as surfaces in some softwares.
For instance, when I open the geometry exported from igeo_tutorial15_2 in Meshlab (or zbrush), I only get some vertices and no faces. Opening the same obj file in Rhino gives the proper geometry.
It seems that geometries created with IMesh are correctly read by meshlab: for instance, geometries exported from igeo_tutorial8_3 appear as proper surfaces (not just vertices).
The text was updated successfully, but these errors were encountered:
OBJ importers in some software ignore NURBS surfaces even though OBJ format is defined to contain NURBS surface. In those software, surfaces would be needed to be converted to polygon mesh. I just noticed that igeo doesn't have a quick method to convert ISurface to IMesh. I'll make one.
Hi,
Thanks for this excellent library!
It seems that when exporting geometries as .obj, some ISurface elements don't appear as surfaces in some softwares.
For instance, when I open the geometry exported from igeo_tutorial15_2 in Meshlab (or zbrush), I only get some vertices and no faces. Opening the same obj file in Rhino gives the proper geometry.
It seems that geometries created with IMesh are correctly read by meshlab: for instance, geometries exported from igeo_tutorial8_3 appear as proper surfaces (not just vertices).
The text was updated successfully, but these errors were encountered: