Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi.
I want to insert occurrences directly from the ID string.
Now,I insert occurrences by FolderName&FileName with For loop, but very slow for me.
Almost all of the same files are inserted, so I would like to access them directly with the ID in the list. Please tell me how to write dataFile.
addByInsert(dataFile, transform, isReferencedComponent)
dataFile value
<adsk.fusion.Occurrence; proxy of <Swig Object of type 'std::vector< adsk::core::Ptr< adsk::fusion::Occurrence > >::value_type *' at 0x0000019B01BAXXXX> >
Solved! Go to Solution.