Salome HOME
[bos #29473] [EDF] (2022-T1) Advanced geometry features: conformity of non holed...
[modules/geom.git] / doc / salome / gui / GEOM / input / check_conformity.doc
1 /*! 
2
3 \page check_conformity_page Check Conformity
4
5 The Check Conformity tool provides the user with a simple python API to analyze, available shape for Boolean Operations or not. \n
6 Also tool provide advanced output to indicate imperfections in the input shape.
7
8 This is just a TUI functionality.
9
10 <b>TUI Commands:</b>
11
12 <UL>
13
14 <LI> 
15 <em>geompy.CheckConformity(shape),</em> \n
16 where \n
17 \em shape is the shape checked for validity. \n
18 </LI>
19
20 The following functionality is available from the tool:
21 <LI>
22 <em>geompy.isValid()</em> 
23
24 </LI>
25
26 <LI>
27 <em>geompy.selfIntersected2D()</em> 
28 </LI>
29
30 <LI>
31 <em>geompy.interferingSubshapes(shapeType1, shapeType2),</em> 
32 where \n
33 \em shapeType1 is the first type of subshape. \n
34 \em shapeType2 is the second type of subshape. \n 
35 </LI>
36
37 <LI>
38 <em>geompy.smallEdges()</em> 
39 </LI>
40
41 <LI>
42 <em>geompy.distantShapes(shapeType, subShapeType, tolerance),</em> 
43 where \n
44 \em shapeType is the type of shape. \n
45 \em subShapeType is the type of subshape. \n
46 \em tolerance is available tolerance, by default used tolerance of sub-shape.
47 </LI>
48
49 <LI>
50 <em>geompy.updateTolerance()</em> 
51 </LI>
52 </UL>
53 See also a \ref tui_check_conformity_page "TUI example".
54
55 */