duplicate_around_axis# UserDefinedComponent.duplicate_around_axis(cs_axis, angle=90, nclones=2, create_new_objects=True)[source]# Duplicate the component around the axis. Parameters: cs_axisApplication.AXIS objectCoordinate system axis of the object. anglefloat, optionalAngle of rotation in degrees. The default is 90. nclonesint, optionalNumber of clones. The default is 2. create_new_objectsbool, optionalWhether to create copies as new objects. The default is True. Returns: listList of names of the newly added objects. References >>> oEditor.DuplicateAroundAxis Copy to clipboard