/*!
\page check_conformity_page Check Conformity
The Check Conformity tool provides the user with a simple python API to analyze, available shape for Boolean Operations or not. \n
Also tool provide advanced output to indicate imperfections in the input shape.
This is just a TUI functionality.
TUI Commands:
-
geompy.CheckConformity(shape), \n
where \n
\em shape is the shape checked for validity. \n
The following functionality is available from the tool:
-
geompy.isValid()
-
geompy.selfIntersected2D()
-
geompy.interferingSubshapes(shapeType1, shapeType2),
where \n
\em shapeType1 is the first type of subshape. \n
\em shapeType2 is the second type of subshape. \n
-
geompy.smallEdges()
-
geompy.distantShapes(shapeType, subShapeType, tolerance),
where \n
\em shapeType is the type of shape. \n
\em subShapeType is the type of subshape. \n
\em tolerance is available tolerance, by default used tolerance of sub-shape.
-
geompy.updateTolerance()
See also a \ref tui_check_conformity_page "TUI example".
*/