From d72c6cd0285644432ada8ff1961d6792e174a8a2 Mon Sep 17 00:00:00 2001 From: mbs Date: Mon, 9 Sep 2024 10:16:27 +0100 Subject: [PATCH] [GITHUB #1] updated TUI command doc for make sphere from point and radius --- doc/salome/gui/GEOM/input/creating_sphere.doc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/salome/gui/GEOM/input/creating_sphere.doc b/doc/salome/gui/GEOM/input/creating_sphere.doc index 9bf2e0ec7..16ea97260 100644 --- a/doc/salome/gui/GEOM/input/creating_sphere.doc +++ b/doc/salome/gui/GEOM/input/creating_sphere.doc @@ -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 Center Point and the \b Radius. -\n TUI Command: geompy.MakeSphere(Point, Radius) \n Arguments: Name + 1 vertex + 1 value (Radius). +\n TUI Command: geompy.MakeSpherePntR(Point, Radius) \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 TUI Command: geompy. MakeSphereR(Radius) -\n Arguments: Name + 1 value (Radius from the origin). +\n Arguments: Name + 1 value (Radius). +\n TUI Command: geompy.MakeSphereR(Radius) \image html sphere2.png \n NB! 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 Center -Point and its \b Radius (in this way you don't need to create it in advance). +Point and its \b Radius (in this way you don't need to create the center point in advance). \n TUI Command: geompy.MakeSphere(X, Y, Z, Radius) Example: -- 2.39.2