Functions | |
| def | make_ellipse (majradius, minradius, placement=None, face=True, support=None) |
Variables | |
| makeEllipse = make_ellipse | |
Function Documentation
◆ make_ellipse()
| def draftmake.make_ellipse.make_ellipse | ( | majradius, | |
| minradius, | |||
placement = None, |
|||
face = True, |
|||
support = None |
|||
| ) |
make_ellipse(majradius, minradius, [placement], [face], [support])
Makes an ellipse with the given major and minor radius, and optionally
a placement.
Parameters
----------
majradius :
Major radius of the ellipse.
minradius :
Minor radius of the ellipse.
placement : Base.Placement
If a placement is given, it is used.
face : Bool
If face is False, the rectangle is shown as a wireframe,
otherwise as a face.
support :
TODO: Describe.
Variable Documentation
◆ makeEllipse
| draftmake.make_ellipse.makeEllipse = make_ellipse |
1.8.17