Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions modulus/sym/geometry/primitives_2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,8 +428,10 @@ class Ellipse(Geometry):
----------
center : tuple with 2 ints or floats
center point of circle
radius : int or float
radius of circle
major : int or float
major axis of ellipse
minor : int or float
minor axis of ellipse
parameterization : Parameterization
Parameterization of geometry.
"""
Expand Down