Skip to content

Commit 15c275e

Browse files
authored
Update pyaedt/modeler/Object3d.py
1 parent 2969386 commit 15c275e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyaedt/modeler/Object3d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1689,7 +1689,7 @@ def rotate(self, cs_axis, angle=90.0, unit="deg"):
16891689
----------
16901690
cs_axis
16911691
Coordinate system axis or the Application.CoordinateSystemAxis object.
1692-
angle : float
1692+
angle : float, optional
16931693
Angle of rotation. The units, defined by ``unit``, can be either
16941694
degrees or radians. The default is ``90.0``.
16951695
unit : text, optional

0 commit comments

Comments
 (0)