]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
0022775: Update documentation skv/22775
authorskv <skv@opencascade.com>
Mon, 26 Jan 2015 07:14:21 +0000 (10:14 +0300)
committerskv <skv@opencascade.com>
Mon, 26 Jan 2015 07:14:21 +0000 (10:14 +0300)
doc/salome/gui/GEOM/images/measures10.png [changed mode: 0755->0644]
doc/salome/gui/GEOM/input/check_compound_of_blocks.doc
doc/salome/gui/GEOM/input/get_non_blocks.doc

old mode 100755 (executable)
new mode 100644 (file)
index 091b2c0..7a05b55
Binary files a/doc/salome/gui/GEOM/images/measures10.png and b/doc/salome/gui/GEOM/images/measures10.png differ
index e9893b8e53f577be45e3d4e1b98516535a619a7a..c76c3997a1a353f9ac06e3024fdea488f6cc8e9f 100644 (file)
@@ -8,7 +8,10 @@ This operation checks whether a shape is a compound of glued blocks.
 
 To be considered as a compound of blocks, the given shape must satisfy the
 following conditions:
-- Each element of the compound should be a Block (6 faces and 12 edges);
+- Each element of the compound should be a Block (6 quadrangle faces);
+- Each quadrangle face is a face that has 1 wire with 4 edges. If there are
+more than 4 edges in a single wire and C1 continuity mode is switched on,
+a face is quadrangular if it has 4 bounds of C1 continuity.
 - Blocks can be connected only via an entire quadrangle face or an entire edge;
 - The compound should be connected;
 - Each couple of connecting quadrangle faces should be glued.
@@ -16,8 +19,10 @@ following conditions:
 
 In this dialog:
 
-- \b Object - the checked object. \b Selection button allows picking it in the viewer or in the object browser. 
-- \b Errors list informs of possible errors, for example:. 
+- \b Object - the checked object. \b Selection button allows picking it in the viewer or in the object browser.
+- <b>Use C1 criterion</b> - option what shitches on/off the C1 continuity mode.
+- <b>Angular Tolerance</b> - angular tolerance to check C1 continuity between neighbor edges in a wire.
+- \b Errors list informs of possible errors, for example:
        - Not a block;
        - Not glued;
        - Not connected;
@@ -26,7 +31,7 @@ In this dialog:
 
 
 \n <b>TUI Command:</b>
-<em>geompy.CheckCompoundOfBlocks(Compound).</em> Checks if the shape
+<em>geompy.CheckCompoundOfBlocks(Compound, theIsUseC1 = False, theAngTolerance = 1.e-12).</em> Checks if the shape
 is a valid compound of blocks. If it is true, then the validity flag
 is returned, and encountered errors are printed in the python console.
 
index e1b687effbbf3e718d354bc8b1930e3a820671f1..e2b566dd30431580ae53f5be5f6aac1fa4573e47 100644 (file)
@@ -5,7 +5,7 @@
 
 This operation retrieves all non-block solids and non-quadrangular faces from the selected shape.
 
-A block solid is a solid that has 6 faces and 12 edges.
+A block solid is a solid that has 6 quadrangular faces.
 
 A quadrangular face is a face that has 1 wire with 4 edges. If there are
 more than 4 edges in a single wire and C1 continuity mode is switched on,