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
I run one of the geomdl-examples that named trim_seperate_surfaces.py. I added some codes below the file and wanted to run exchange.import_obj() method. I've got the error when import the obj file.
Error message: Traceback (most recent call last): File "trim_separate_surfaces.py", line 82, in <module> print(list(obj_file_export)) File "/home/ugur/.local/lib/python3.7/site-packages/geomdl/elements.py", line 89, in __str__ return self.name + " " + str(self.id) + " " + str(self.data) AttributeError: 'Face' object has no attribute 'data'
The text was updated successfully, but these errors were encountered:
I run one of the geomdl-examples that named
trim_seperate_surfaces.py
. I added some codes below the file and wanted to runexchange.import_obj()
method. I've got the error when import the obj file.Error message:
Traceback (most recent call last): File "trim_separate_surfaces.py", line 82, in <module> print(list(obj_file_export)) File "/home/ugur/.local/lib/python3.7/site-packages/geomdl/elements.py", line 89, in __str__ return self.name + " " + str(self.id) + " " + str(self.data) AttributeError: 'Face' object has no attribute 'data'
The text was updated successfully, but these errors were encountered: