1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +03:00

0027120: Documentation for check commands

Added documentation fot checkprops, checkdump and checklength commands.

Corrected line break in generated documentation.
This commit is contained in:
apn
2016-01-28 16:14:23 +03:00
committed by abv
parent 78934a4f8d
commit 728ae8f9be
2 changed files with 57 additions and 4 deletions

View File

@@ -662,14 +662,14 @@ proc checkdump {shape args} {
}
help checklength {
Procedure includes commands to compute length of input shape.
Procedure includes commands to compute length of input curve.
Use: checklength shapename [options...]
Use: checklength curvename [options...]
Allowed options are:
-l LENGTH: command length, computes the length of input curve with precision of computation
-eps EPSILON: the epsilon defines relative precision of computation
-equal SHAPE: compare length of input shapes. Puts error if its are not equal
-notequal SHAPE: compare length of input shapes. Puts error if its are equal
-equal CURVE: compare length of input curves. Puts error if its are not equal
-notequal CURVE: compare length of input curves. Puts error if its are equal
}
proc checklength {shape args} {