From: skl Date: Thu, 10 Apr 2008 11:48:16 +0000 (+0000) Subject: Description of method ShapesOnShape(). X-Git-Tag: V4_1_2rc1~14 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4f1ce9a2fba961cd62bbf880aa4d0010296548a1;p=modules%2Fgeom.git Description of method ShapesOnShape(). --- diff --git a/doc/salome/gui/GEOM/images/shapesonshape.png b/doc/salome/gui/GEOM/images/shapesonshape.png new file mode 100755 index 000000000..fad5343f1 Binary files /dev/null and b/doc/salome/gui/GEOM/images/shapesonshape.png differ diff --git a/doc/salome/gui/GEOM/images/shonshex1.png b/doc/salome/gui/GEOM/images/shonshex1.png new file mode 100755 index 000000000..7a1c97ea1 Binary files /dev/null and b/doc/salome/gui/GEOM/images/shonshex1.png differ diff --git a/doc/salome/gui/GEOM/images/shonshex2.png b/doc/salome/gui/GEOM/images/shonshex2.png new file mode 100755 index 000000000..7d16db9b5 Binary files /dev/null and b/doc/salome/gui/GEOM/images/shonshex2.png differ diff --git a/doc/salome/gui/GEOM/input/basic_operations.doc b/doc/salome/gui/GEOM/input/basic_operations.doc index a0dc155af..87269b01e 100644 --- a/doc/salome/gui/GEOM/input/basic_operations.doc +++ b/doc/salome/gui/GEOM/input/basic_operations.doc @@ -5,6 +5,7 @@ */ \ No newline at end of file diff --git a/doc/salome/gui/GEOM/input/creating_filling.doc b/doc/salome/gui/GEOM/input/creating_filling.doc index 4600408d5..8bbb17d5a 100644 --- a/doc/salome/gui/GEOM/input/creating_filling.doc +++ b/doc/salome/gui/GEOM/input/creating_filling.doc @@ -1,18 +1,27 @@ /*! -\page create_filling_page Filling Surface with Edges +\page creaet_filling_page Filling Surface with Edges To generate a \b Filling in the Main Menu select New Entity - > Generation - > Filling -\n To create a curving face using several edges you need to define the -Edges Compound, \b Minimum and Maximum Degree, \b -Tolerance for \b 2D and for \b 3D , the Number of Iterations -and Approximation. +To create a curving face using several edges you need to define the +following parameters: +\n Edges Compound - the list of edges used for creation of the +surface; +\n \b Minimum and Maximum Degree of equation of the resulting BSpline or Besier curves describing the surface; +\n \b Tolerance for \b 2D and for \b 3D - minimum distance between the +created surface and the reference edge; +\n Number of +Iterations - defines the maximum number of iterations. The iterations are repeated until the required tolerance is reached. So, a greater number of iterations allows producing a better surface. +\n Approximation - if checked, BSpline curves are generated in the process of surface construction, By default the surface is created using Besier curves. The usage of Approximation makes the algorithm work slower, but allows building the +surface for rather complex cases. + \n The \b Result of the operation will be a GEOM_Object (face). -\n TUI Command: geompy.MakeFilling(Edges, MinDegree, -MaxDegree, Tol2D, Tol3D, NbIter, isApprox) -\n Arguments: Name + 1 Compound of edges + 2 Values (min. and max degree of result BSpline surface) + 2 Values (2D and 3D precision to reach) + 1 Value (number of iterations of approximaion algorithm) + 1 Flag (to select one of algorithms). +\n TUI Command: geompy.MakeFilling(Edges, MinDegree, MaxDegree, Tol2D, Tol3D, NbIter) +\n Arguments: Name + 1 List of edges + 6 Parameters +(Min. degree, Max. degree, Number of iterations, 2D tolerance, 3D +tolerance, Number of iterations, Appro). \image html filling.png diff --git a/doc/salome/gui/GEOM/input/index.doc b/doc/salome/gui/GEOM/input/index.doc index 45eb2ac65..25624cc3a 100644 --- a/doc/salome/gui/GEOM/input/index.doc +++ b/doc/salome/gui/GEOM/input/index.doc @@ -63,6 +63,7 @@
  • \ref boolean_operations_page
  • +
  • \subpage restore presentation parameters_page
  • \subpage using_measurement_tools_page
  • \subpage geompy_page
  • @@ -134,4 +136,4 @@ -*/ +*/ \ No newline at end of file diff --git a/doc/salome/gui/GEOM/input/shapesonshape.doc b/doc/salome/gui/GEOM/input/shapesonshape.doc new file mode 100755 index 000000000..f5996d665 --- /dev/null +++ b/doc/salome/gui/GEOM/input/shapesonshape.doc @@ -0,0 +1,30 @@ +/*! + +\page shapesonshape_page Get Shapes on Shape + +This operation is a special case of Explode operation. It produces a group of sub-shapes of the explosed shape, which are located in a definite way relatively another reference shape. + +To use this operation, select in the Main Menu Operations -> Get Shapes on Shape. The following dialog box will appear. + +image html shapesonshape.png + +\n Name is the name of the resulting group of shapes; +\n Shape for exploding is the shape that will be exploded; +\n Shape for checking is the reference shape; +\n Reconstruction Limit is the type of created sub-shapes: solid, shell, face, wire, edge, vertex; +\n State is the position of the created sub-shapes relatively the reference shapes: + \n IN - the created sub-shapes are located inside the reference shape; + \n OUT - the created sub-shapes are located outside the reference shape; + \n ON - the created sub-shapes lie on the reference shape; + \n ONIN - the created sub-shapes lie on the reference shape or are located inside it; + \n ONOUT - the created sub-shapes lie on the reference shape or are located outside it; + +Example: + +In the images below the box is the exploded shape and the cylinder is the reference shape. In the first image the edge IN the reference cylinder is highlighted in red, in the second the edges OUT of the reference cylinder are highlighted. + +image html shonshex1 +image html shonshex2 + + +*/