mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-16 10:38:34 +05:00
b1e5af4971
- some other small modifications to be more consistent
16 lines
386 B
Plaintext
16 lines
386 B
Plaintext
/*!
|
|
|
|
\page check_page Check Shape
|
|
|
|
\n Checks the topology of the selected geometrical object and returns
|
|
True if it is valid. Check also geometry checkbox allows to test the
|
|
geometry as well.
|
|
|
|
\n <b>Result:</b> Boolean.
|
|
\n <b>TUI Command:</b> <em>geompy.CheckShape(theShape, theIsCheckGeom = 0),</em>
|
|
where \em theShape is the shape checked for validity.
|
|
|
|
\image html measures9.png
|
|
|
|
|
|
*/ |