X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FGEOM%2Fsketcher.htm;h=1db40edfad5ad802c4ed51d132e4e6ac844545f8;hb=c6a0df686bae87821d7acf929b4bb8f4ae3b1d78;hp=98a5508941e1f43627c18e54d183592c4a8b3915;hpb=d3dd282390888d7dc091ba2c2ffe7923bd7458e6;p=modules%2Fgeom.git diff --git a/doc/salome/gui/GEOM/sketcher.htm b/doc/salome/gui/GEOM/sketcher.htm index 98a550894..1db40edfa 100755 --- a/doc/salome/gui/GEOM/sketcher.htm +++ b/doc/salome/gui/GEOM/sketcher.htm @@ -2,31 +2,11 @@ - - - - - Sketcher - - - - - - - - - - - - - - - - - - - - + - - - - - - - + +

Sketcher

@@ -139,20 +116,32 @@ else

 

-

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

+

This functionality is available from the main menu via New + Entity / Sketch.

-

 

+

 

-

Result: GEOM_Object.

+

The Result of + the operation will be a GEOM_Object.

-

 

+

 

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.

+ 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.

+ +

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).

 

@@ -165,7 +154,7 @@ else

3. Destination point by means of:

-