
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
Below mentioned methods are not documented at https://help.autodesk.com/view/fusion360/ENU/?guid=GUID-CACDFC5C-5339-4A9A-A9C3-3F645AC3A3D0
// Returns the occurrence that references the design root component in the CAM product.
core::Ptr<fusion::Occurrence> designRootOccurrence() const;
// Returns a read-only list of flat pattern occurrences in CAM product.
core::Ptr<fusion::OccurrenceList> flatPatternOccurrences() const;
We can get valid Occurrence for designRootOccurrence but when method flatPatternOccurrences is called it always returns empty OccurrenceList. We tried it for different models but could not get valid results. Are we missing something here? Can you please let us know how we can query root occurrence in CAM?
Solved! Go to Solution.