We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4ed881 commit 2085054Copy full SHA for 2085054
cadquery/occ_impl/shapes.py
@@ -1357,7 +1357,8 @@ def makeEllipse(
1357
sense: Literal[-1, 1] = 1,
1358
) -> "Edge":
1359
"""
1360
- Makes an Ellipse centered at the provided point, having normal in the provided direction
+ Makes an Ellipse centered at the provided point, having normal in the provided direction.
1361
+
1362
:param cls:
1363
:param x_radius: x radius of the ellipse (along the x-axis of plane the ellipse should lie in)
1364
:param y_radius: y radius of the ellipse (along the y-axis of plane the ellipse should lie in)
0 commit comments