]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
[GITHUB #1] updated TUI command doc for make sphere from point and radius github/001_bad_doc_makesphere master 25/head
authormbs <martin.bernhard@opencascade.com>
Mon, 9 Sep 2024 09:16:27 +0000 (10:16 +0100)
committermbs <martin.bernhard@opencascade.com>
Mon, 9 Sep 2024 09:16:27 +0000 (10:16 +0100)
doc/salome/gui/GEOM/input/creating_sphere.doc

index 9bf2e0ec72258a3f0e38487888a9bcd9221eb1f0..16ea97260e98e91ff54d7a73f98b689f19d771e0 100644 (file)
@@ -8,22 +8,22 @@
 \n The \b Result of each operation will be a GEOM_Object (SOLID).
 
 \n Firstly, you can define a \b Sphere by the <b>Center Point</b> and the \b Radius.
-\n <b>TUI Command:</b> <em>geompy.MakeSphere(Point, Radius)</em>
 \n <b>Arguments:</b> Name + 1 vertex + 1 value (Radius).
+\n <b>TUI Command:</b> <em>geompy.MakeSpherePntR(Point, Radius)</em>
 
 \image html sphere1.png
 
 \n Secondly, you can define a \b Sphere with the center at the origin of
 coordinate system by the \b Radius.
-\n <b>TUI Command:</b> <em>geompy. MakeSphereR(Radius)</em>
-\n <b>Arguments:</b> Name + 1 value (Radius from the origin).
+\n <b>Arguments:</b> Name + 1 value (Radius).
+\n <b>TUI Command:</b> <em>geompy.MakeSphereR(Radius)</em>
 
 \image html sphere2.png
 
 \n <b>NB!</b> The is another way to create a \b Sphere, which is
 currently accessible only via \b TUI commands.
 \n You can define the \b Sphere by the coordinates of the <b>Center
-Point</b> and its \b Radius (in this way you don't need to create it in advance).
+Point</b> and its \b Radius (in this way you don't need to create the center point in advance).
 \n <b>TUI Command:</b> <em>geompy.MakeSphere(X, Y, Z, Radius)</em>
 
 <b>Example:</b>