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
15 lines
424 B
Plaintext
15 lines
424 B
Plaintext
/*!
|
|
|
|
\page tolerance_page Tolerance
|
|
|
|
\n Returns the maximum and the minimum tolerance for the selected
|
|
geometrical object.
|
|
|
|
\n <b>Result:</b> Displays the tolerance values (FaceMinTol,
|
|
FaceMaxTol, EgdeMinTol, EgdeMaxTol, VertexMinTol, VertexMaxTol).
|
|
\n <b>TUI Command:</b> <em>geompy.Tolerance(Shape),</em> where \em Shape
|
|
is a shape for which minimal and maximal tolerances are returned.
|
|
|
|
\image html new-tolerance.png
|
|
|
|
*/ |