Parent Object: CircularPatternFeature Defined in namespace "adsk::fusion" and the header file is <Fusion/Features/CircularPatternFeature.h>
Description
Gets and sets the entities to pattern using an ObjectCollection. The collection can contain BRepFace, PartFeature, BRepBody, or Occurrence objects. All of the entities provided must be the same type. For example, it must contain only bodies and can't contain both bodies and faces.
ConstructionPoint, ConstructionAxis, and ConstructionPlane objects can also be patterned. When patterning any construction goemetry, only one entity can be patterned at a time, so the ObjectCollection will always contain a single entity
To use this property, you need to position the timeline marker to immediately before this feature. This can be accomplished using the following code: thisFeature.timelineObject.rollTo(True)