smesh/doc/salome/gui/SMESH/input/tui_quality_controls.rst

232 lines
4.9 KiB
ReStructuredText
Raw Normal View History

2017-12-08 19:09:48 +05:00
.. _tui_quality_controls_page:
****************
Quality Controls
****************
.. contents:: `Table of contents`
.. _tui_free_borders:
Free Borders
============
.. literalinclude:: ../../../examples/quality_controls_ex01.py
:language: python
2018-05-25 22:04:48 +05:00
:download:`Download this script <../../../examples/quality_controls_ex01.py>`
2017-12-08 19:09:48 +05:00
.. _tui_borders_at_multiconnection:
Borders at Multiconnection
==========================
.. literalinclude:: ../../../examples/quality_controls_ex02.py
:language: python
2018-05-25 22:04:48 +05:00
:download:`Download this script <../../../examples/quality_controls_ex02.py>`
2017-12-08 19:09:48 +05:00
.. _tui_length_1d:
Length 1D
=========
.. literalinclude:: ../../../examples/quality_controls_ex03.py
:language: python
2018-05-25 22:04:48 +05:00
:download:`Download this script <../../../examples/quality_controls_ex03.py>`
2017-12-08 19:09:48 +05:00
.. _tui_free_edges:
Free Edges
==========
.. literalinclude:: ../../../examples/quality_controls_ex04.py
:language: python
2018-05-25 22:04:48 +05:00
:download:`Download this script <../../../examples/quality_controls_ex04.py>`
2017-12-08 19:09:48 +05:00
.. _tui_free_nodes:
Free Nodes
==========
.. literalinclude:: ../../../examples/quality_controls_ex05.py
:language: python
2018-05-25 22:04:48 +05:00
:download:`Download this script <../../../examples/quality_controls_ex05.py>`
2017-12-08 19:09:48 +05:00
.. _tui_free_faces:
Free Faces
==========
.. literalinclude:: ../../../examples/quality_controls_ex06.py
:language: python
2018-05-25 22:04:48 +05:00
:download:`Download this script <../../../examples/quality_controls_ex06.py>`
2017-12-08 19:09:48 +05:00
.. _tui_bare_border_faces:
Bare border faces
=================
.. literalinclude:: ../../../examples/quality_controls_ex07.py
:language: python
2018-05-25 22:04:48 +05:00
:download:`Download this script <../../../examples/quality_controls_ex07.py>`
2017-12-08 19:09:48 +05:00
.. _tui_bare_border_volumes:
Bare border volumes
===================
.. literalinclude:: ../../../examples/quality_controls_ex08.py
:language: python
2018-05-25 22:04:48 +05:00
:download:`Download this script <../../../examples/quality_controls_ex08.py>`
2017-12-08 19:09:48 +05:00
.. _tui_over_constrained_faces:
Over-constrained faces
======================
.. literalinclude:: ../../../examples/quality_controls_ex09.py
:language: python
2018-05-25 22:04:48 +05:00
:download:`Download this script <../../../examples/quality_controls_ex09.py>`
2017-12-08 19:09:48 +05:00
.. _tui_over_constrained_volumes:
Over-constrained volumes
========================
.. literalinclude:: ../../../examples/quality_controls_ex10.py
:language: python
2018-05-25 22:04:48 +05:00
:download:`Download this script <../../../examples/quality_controls_ex10.py>`
2017-12-08 19:09:48 +05:00
.. _tui_length_2d:
Length 2D
=========
.. literalinclude:: ../../../examples/quality_controls_ex11.py
:language: python
2018-05-25 22:04:48 +05:00
:download:`Download this script <../../../examples/quality_controls_ex11.py>`
2017-12-08 19:09:48 +05:00
.. _tui_borders_at_multiconnection_2d:
Borders at Multiconnection 2D
=============================
.. literalinclude:: ../../../examples/quality_controls_ex12.py
:language: python
2018-05-25 22:04:48 +05:00
:download:`Download this script <../../../examples/quality_controls_ex12.py>`
2017-12-08 19:09:48 +05:00
.. _tui_area:
Area
====
.. literalinclude:: ../../../examples/quality_controls_ex13.py
:language: python
2018-05-25 22:04:48 +05:00
:download:`Download this script <../../../examples/quality_controls_ex13.py>`
2017-12-08 19:09:48 +05:00
.. _tui_taper:
Taper
=====
.. literalinclude:: ../../../examples/quality_controls_ex14.py
:language: python
2018-05-25 22:04:48 +05:00
:download:`Download this script <../../../examples/quality_controls_ex14.py>`
2017-12-08 19:09:48 +05:00
.. _tui_aspect_ratio:
Aspect Ratio
============
.. literalinclude:: ../../../examples/quality_controls_ex15.py
:language: python
2018-05-25 22:04:48 +05:00
:download:`Download this script <../../../examples/quality_controls_ex15.py>`
2017-12-08 19:09:48 +05:00
.. _tui_minimum_angle:
Minimum Angle
=============
.. literalinclude:: ../../../examples/quality_controls_ex16.py
:language: python
2018-05-25 22:04:48 +05:00
:download:`Download this script <../../../examples/quality_controls_ex16.py>`
2017-12-08 19:09:48 +05:00
.. _tui_warping:
Warping
=======
.. literalinclude:: ../../../examples/quality_controls_ex17.py
:language: python
2018-05-25 22:04:48 +05:00
:download:`Download this script <../../../examples/quality_controls_ex17.py>`
2017-12-08 19:09:48 +05:00
.. _tui_skew:
Skew
====
.. literalinclude:: ../../../examples/quality_controls_ex18.py
:language: python
2018-05-25 22:04:48 +05:00
:download:`Download this script <../../../examples/quality_controls_ex18.py>`
2017-12-08 19:09:48 +05:00
.. _tui_max_element_length_2d:
Element Diameter 2D
===================
.. literalinclude:: ../../../examples/quality_controls_ex19.py
:language: python
2018-05-25 22:04:48 +05:00
:download:`Download this script <../../../examples/quality_controls_ex19.py>`
2017-12-08 19:09:48 +05:00
.. _tui_aspect_ratio_3d:
Aspect Ratio 3D
===============
.. literalinclude:: ../../../examples/quality_controls_ex20.py
:language: python
2018-05-25 22:04:48 +05:00
:download:`Download this script <../../../examples/quality_controls_ex20.py>`
2017-12-08 19:09:48 +05:00
.. _tui_volume:
Volume
======
.. literalinclude:: ../../../examples/quality_controls_ex21.py
:language: python
2018-05-25 22:04:48 +05:00
:download:`Download this script <../../../examples/quality_controls_ex21.py>`
2017-12-08 19:09:48 +05:00
.. _tui_max_element_length_3d:
Element Diameter 3D
===================
.. literalinclude:: ../../../examples/quality_controls_ex22.py
:language: python
2018-05-25 22:04:48 +05:00
:download:`Download this script <../../../examples/quality_controls_ex22.py>`