Skip to content
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

Surfaces missing when exported *.obj geometry is opened in some software #6

Open
ianisl opened this issue Nov 21, 2013 · 2 comments
Open

Comments

@ianisl
Copy link

ianisl commented Nov 21, 2013

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).

@sghr
Copy link
Owner

sghr commented Nov 22, 2013

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.

@ianisl
Copy link
Author

ianisl commented Nov 22, 2013

Thanks for the explanation. A method to convert ISurface to IMesh would be amazing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants