Fix for bug IPAL13032 : To update help documentation page about "CheckShape()" function.

This commit is contained in:
mkr 2008-07-02 05:33:24 +00:00
parent c7fb5f7706
commit ed2699c47a

View File

@ -200,8 +200,8 @@ True if it is valid. Check also geometry checkbox allows to test the
geometry as well. geometry as well.
\n <b>Result:</b> Boolean. \n <b>Result:</b> Boolean.
\n <b>TUI Command:</b> <em>geompy.(theShape, theIsCheckGeom = 0),</em> \n <b>TUI Command:</b> <em>geompy.CheckShape(theShape, theIsCheckGeom = 0),</em>
where is theShape is the shape checked for validity. where \em theShape is the shape checked for validity.
\image html measures9.png \image html measures9.png
@ -235,3 +235,4 @@ is returned, and encountered errors are printed in the python console.
\image html measures10.png \image html measures10.png
*/ */