Fix mistake in method annotation

This commit is contained in:
vsr 2009-04-15 05:23:11 +00:00
parent 3de8fc904f
commit 2389037863

View File

@ -652,7 +652,7 @@ class geompyDC(GEOM._objref_GEOM_Gen):
# @param theVec Vector, normal to the plane of the ellipse.
# @param theRMajor Major ellipse radius.
# @param theRMinor Minor ellipse radius.
# @param theVecMaj Vector, direction by the main exis.
# @param theVecMaj Vector, direction of the ellipse's main axis.
# @return New GEOM_Object, containing the created ellipse.
#
# @ref tui_creation_ellipse "Example"