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
util/export2step.py becomes error below for 00511440.h5, but fine for 00511440.json
AttributeError: 'NoneType' object has no attribute 'IsNull'
I recreated the h5 file by dataset/json2vec.py, ran util/export2step.py again and got the same error.
Something might have been different when converting from json to h5.
For 00511440.h5, the body in create_CAD() was None after the last step of ['NewBodyFeatureOperation', 'JoinFeatureOperation', 'NewBodyFeatureOperation', 'JoinFeatureOperation'].
util/export2step.py
becomes error below for00511440.h5
, but fine for00511440.json
I recreated the h5 file by
dataset/json2vec.py
, ranutil/export2step.py
again and got the same error.Something might have been different when converting from json to h5.
For
00511440.h5
, thebody
increate_CAD()
wasNone
after the last step of ['NewBodyFeatureOperation', 'JoinFeatureOperation', 'NewBodyFeatureOperation', 'JoinFeatureOperation'].DeepCAD/cadlib/visualize.py
Lines 25 to 37 in f7b3507
The text was updated successfully, but these errors were encountered: