Message 1 of 3
How to determine object is an assembly or part?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I execute script but got error like this.
Failed:
Traceback (most recent call last):
File "C:/Users/admin/Documents/ExportStep/ExportStep.py", line 154, in run
'material': comp.material.name,
AttributeError: 'NoneType' object has no attribute 'name'
it is to because comp is assembly.
so I am going to determine assembly in fusion360.