FlatPatternComponent.allOccurrencesByComponent Method
Parent Object:
FlatPatternComponentDefined in namespace "adsk::fusion" and the header file is <Fusion/SheetMetal/FlatPatternComponent.h>
Description
Returns all occurrences, at any level of the assembly, that reference the specified component. The returned list is read-only.
Syntax
"flatPatternComponent_var" is a variable referencing a FlatPatternComponent object.returnValue = flatPatternComponent_var.allOccurrencesByComponent(component)
|
"flatPatternComponent_var" is a variable referencing a FlatPatternComponent object.
#include <Fusion/SheetMetal/FlatPatternComponent.h>
returnValue = flatPatternComponent_var->allOccurrencesByComponent(component);
|
Return Value
Parameters
component |
Component |
The component that is being referenced by the occurrences that will be returned. |
Version
Introduced in version October 2022