mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-28 08:30:33 +05:00
[GITHUB][GEOM ISSUE#7] wrong doc for make ellipse
This commit is contained in:
commit
a0b210e95c
@ -19,14 +19,10 @@ corresponds to OX axis of the global coordinate system.
|
|||||||
<EM> Vmaj' = (Vn * Vmaj) * Vn</em>, where \em Vn is a normal vector and
|
<EM> Vmaj' = (Vn * Vmaj) * Vn</em>, where \em Vn is a normal vector and
|
||||||
\em Vmaj is an original vector of the major axis.
|
\em Vmaj is an original vector of the major axis.
|
||||||
|
|
||||||
\n <b>TUI Command (without the major axis):</b> <em>geompy.MakeEllipse(Point, Vector, RadiusMajor, RadiusMinor)</em>
|
\n <b>TUI Command (without the major axis):</b> <em>geompy.MakeEllipse(Point, Vector, RadiusMajor, RadiusMinor, VectorMajor=None)</em>
|
||||||
\n <b>Arguments:</b> Name + 1 vertex (for the center) + 1 edge (for
|
\n <b>Arguments:</b> Name + 1 vertex (for the center) + 1 edge (for
|
||||||
the direction) + 1 X Radius + 1 Y Radius.
|
the direction) + 1 X Radius + 1 Y Radius + 1 optional edge (for the major axis direction).
|
||||||
|
\n If the <b>VectorMajor</b> argument is omitted, the ellipse's major axis will be along the X-axis.
|
||||||
\n <b>TUI Command (with the major axis):</b> <em>geompy.MakeEllipseVec(Point, Vector, RadiusMajor, RadiusMinor, VectorMajor)</em>
|
|
||||||
\n <b>Arguments:</b> Name + 1 vertex (for the center) + 1 edge (for
|
|
||||||
the normal direction) + 1 X Radius + 1 Y Radius + 1 edge (for the
|
|
||||||
major axis direction).
|
|
||||||
|
|
||||||
\image html ellipse.png
|
\image html ellipse.png
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user