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
chriswmackey
added
wish
New feature or request which is not critical to continued development at this point
and removed
question
Further information is requested
labels
Jul 30, 2021
chriswmackey
changed the title
system io
Consider adding Mesh3D.from_obj classmethod
Jul 30, 2021
I know that I am late here but I just wanted to add that this is a good idea. If anyone has documentation on the .obj format, this will help in writing the translator.
I should also add that if we don't want to load the mtl files which I understand we don't then the structure is pretty straightforward. You just read the vertices (lines start with v) and then create the faces (lines start with f).
I am wondering, is it any possible way for ladybug tools to read obj models from the local path?
Or I have to write it by myself via transferring obj file into ladybug_geometry.geometry3d.mesh
The text was updated successfully, but these errors were encountered: