X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FGEOM%2Fsketcher.htm;h=1db40edfad5ad802c4ed51d132e4e6ac844545f8;hb=c6a0df686bae87821d7acf929b4bb8f4ae3b1d78;hp=9ffb2b5ffc228b87a3700e354ac5a3f467e313b7;hpb=732211808796539fcf1de34e06038e7fb015ece9;p=modules%2Fgeom.git diff --git a/doc/salome/gui/GEOM/sketcher.htm b/doc/salome/gui/GEOM/sketcher.htm index 9ffb2b5ff..1db40edfa 100755 --- a/doc/salome/gui/GEOM/sketcher.htm +++ b/doc/salome/gui/GEOM/sketcher.htm @@ -14,17 +14,16 @@ if (navigator.appName !="Netscape") - - + +

Sketcher

Sketcher allows to create curves of 2 types: line @@ -117,20 +121,27 @@ else

 

-

Description: - Creates curves (line segment and arc).

+

The Result of + the operation will be a GEOM_Object.

-

 

+

 

-

Result: GEOM_Object.

+

TUI Command: + geompy.MakeSketcher(Command, WorkingPlane)

-

 

+

This algorithm creates + a sketcher (wire or face), following the textual description, passed through + the Command argument. The edges of the resulting wire or face will be + arcs of circles and/or linear segments.

-

TUI Command: - geompy.MakeSketcher(Command, LWP), - where Command is a string containing the coordinates of points in the - local working plane, LWP is a list of 9 doubles which are coordinates - of OZ and OX of the local working plane.

+

Command + is a string, defining the sketcher by the coordinates of points in the + local working plane.

+ +

WorkingPlane + is a planar face of the working plane (a list of 9 doubles which are coordinates + of OZ and OX of the local working plane).

 

@@ -143,7 +154,7 @@ else

3. Destination point by means of:

-