X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FGEOM%2Finput%2Fcreating_plane.doc;h=5573f61e456b9848e3a68bcd32c3cd2a7c1b6a4f;hb=4fba47faef4e78e8730b1083c11f84adf2cf6e6a;hp=518d648675bd960aa748c23f32d94c24bcd8ea16;hpb=f5504cc03e96c324b3f747525951236aae78c98c;p=modules%2Fgeom.git diff --git a/doc/salome/gui/GEOM/input/creating_plane.doc b/doc/salome/gui/GEOM/input/creating_plane.doc index 518d64867..5573f61e4 100644 --- a/doc/salome/gui/GEOM/input/creating_plane.doc +++ b/doc/salome/gui/GEOM/input/creating_plane.doc @@ -26,13 +26,13 @@ of the plane). \image html plane2.png -\n Also, you can define a \b Plane by another \b Plane or Face and a Size of the Plane. +\n Thirdly, you can define a \b Plane by another \b Plane or Face and a Size of the Plane. \n TUI Command: geompy.MakePlaneFace(Face, TrimSize) \n Arguments: Name + 1 face + 1 value (to define the size of the plane). \image html plane3.png -\n Also, you can define a \b Plane by two Vectors. The first vector defines the center point and the direction, +\n Fourthly, you can define a \b Plane by two Vectors. The first vector defines the center point and the direction, the second vector defines the normal to the Plane. \n TUI Command: geompy.MakePlane2Vec(Vec1, Vec2, TrimSize) \n Arguments: Name + 2 vectors + 1 value (to define the size of the plane).