Message 1 of 3
Migrating adding from Design workspace to manufacture model
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi there, I have a script that is running in the design workspace but now that fusion has nesting in manufacture model I want to move it there. but the addin is not showing up there by default. Can anyone give me a hint as to what needs to change to make this work?
For example to toolbar/panel I was using before is SolidCreatePanel
ui.allToolbarPanels.itemById('SolidCreatePanel')
also assuming it has a differnt timeline?
app = adsk.core.Application.get()
design = app.activeProduct
timeLine = design.timeline
is the rootcomponent the same?
design.rootComponent
Any other gotchas for working with manufacture models?
I am super excited about the arrange feature! any help is greatly appreciated.