duplicate_around_axis#
- UserDefinedComponent.duplicate_around_axis(axis, angle=90, clones=2, create_new_objects=True)#
Duplicate the component around the axis.
- Parameters:
- axis
Value
of
the
ansys.aedt.core.generic.constants.Axis
enum
Coordinate system axis of the object.
- angle
float
,optional
Angle of rotation in degrees. The default is
90
.- clones
int
,optional
Number of clones. The default is
2
.- create_new_objectsbool,
optional
Whether to create copies as new objects. The default is
True
.
- axis
- Returns:
list
List of names of the newly added objects.
References
>>> oEditor.DuplicateAroundAxis