X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FGEOM%2Finput%2Fcreating_circle.doc;h=4ea76099347ecb30590c2bcdea9f70b48d9a3bd1;hb=97d9c2c6b1eb1b8c37b74e9409ebdb89c42c8c27;hp=153c610059d709eb17a62eb8336dcd3b6426713e;hpb=239f8109c64fa0c5a2e1d87a420bad5529b57f48;p=modules%2Fgeom.git diff --git a/doc/salome/gui/GEOM/input/creating_circle.doc b/doc/salome/gui/GEOM/input/creating_circle.doc index 153c61005..4ea760993 100644 --- a/doc/salome/gui/GEOM/input/creating_circle.doc +++ b/doc/salome/gui/GEOM/input/creating_circle.doc @@ -15,6 +15,10 @@ Radius) \n Arguments: Name + 1 vertex (for the center) + 1 edge (for the direction) + Radius. +\note By default it is presumed that the Center Point is located at the Origin of the global +coordinate system, and the \b Vector corresponds to OZ axis of the global +coordinate system. + \image html circle1.png \n Secondly, you can define a \b Circle by three \b Points that lie on it. @@ -23,9 +27,6 @@ the direction) + Radius. \image html circle2.png -Example: -\image html circles.png - \n Finally, you can define a circle by a Center Point and two \b Points. \n TUI Command: geompy.MakeCircleCenter2Pnt(Point1, Point2, @@ -36,6 +37,9 @@ to define the plane where the circle lies. \image html circle3.png +Example: +\image html circles.png "A circle by vector and radius and a circle by three points" + Our TUI Scripts provide you with useful examples of creation of \ref tui_creation_circle "Basic Geometric Objects".