2008-03-07 12:47:05 +05:00
|
|
|
/*!
|
|
|
|
|
|
|
|
\page tui_modifying_meshes_page Modifying Meshes
|
|
|
|
|
2016-03-11 18:32:07 +05:00
|
|
|
\tableofcontents
|
|
|
|
|
2008-03-07 12:47:05 +05:00
|
|
|
<br>
|
2016-03-11 18:32:07 +05:00
|
|
|
\section tui_adding_nodes_and_elements Adding Nodes and Elements
|
2008-03-07 12:47:05 +05:00
|
|
|
|
|
|
|
<br>
|
|
|
|
\anchor tui_add_node
|
|
|
|
<h3>Add Node</h3>
|
2013-02-28 21:07:35 +06:00
|
|
|
\tui_script{modifying_meshes_ex01.py}
|
2008-03-07 12:47:05 +05:00
|
|
|
|
2012-08-09 16:03:55 +06:00
|
|
|
<br>
|
|
|
|
\anchor tui_add_0DElement
|
|
|
|
<h3>Add 0D Element</h3>
|
2013-02-28 21:07:35 +06:00
|
|
|
\tui_script{modifying_meshes_ex02.py}
|
2012-08-09 16:03:55 +06:00
|
|
|
|
2012-12-13 17:41:29 +06:00
|
|
|
<br>
|
|
|
|
\anchor tui_add_0DElement_on_all_nodes
|
|
|
|
<h3>Add 0D Element on Element Nodes</h3>
|
2013-02-28 21:07:35 +06:00
|
|
|
\tui_script{modifying_meshes_ex03.py}
|
2012-12-13 17:41:29 +06:00
|
|
|
|
2008-03-07 12:47:05 +05:00
|
|
|
<br>
|
|
|
|
\anchor tui_add_edge
|
|
|
|
<h3>Add Edge</h3>
|
2013-02-28 21:07:35 +06:00
|
|
|
\tui_script{modifying_meshes_ex04.py}
|
2008-03-07 12:47:05 +05:00
|
|
|
|
|
|
|
<br>
|
|
|
|
\anchor tui_add_triangle
|
|
|
|
<h3>Add Triangle</h3>
|
2013-02-28 21:07:35 +06:00
|
|
|
\tui_script{modifying_meshes_ex05.py}
|
2008-03-07 12:47:05 +05:00
|
|
|
|
|
|
|
<br>
|
|
|
|
\anchor tui_add_quadrangle
|
|
|
|
<h3>Add Quadrangle</h3>
|
2013-02-28 21:07:35 +06:00
|
|
|
\tui_script{modifying_meshes_ex06.py}
|
2008-03-07 12:47:05 +05:00
|
|
|
|
|
|
|
<br>
|
|
|
|
\anchor tui_add_tetrahedron
|
|
|
|
<h3>Add Tetrahedron</h3>
|
2013-02-28 21:07:35 +06:00
|
|
|
\tui_script{modifying_meshes_ex07.py}
|
2008-03-07 12:47:05 +05:00
|
|
|
|
|
|
|
<br>
|
|
|
|
\anchor tui_add_hexahedron
|
|
|
|
<h3>Add Hexahedron</h3>
|
2013-02-28 21:07:35 +06:00
|
|
|
\tui_script{modifying_meshes_ex08.py}
|
2008-03-07 12:47:05 +05:00
|
|
|
|
|
|
|
<br>
|
|
|
|
\anchor tui_add_polygon
|
|
|
|
<h3>Add Polygon</h3>
|
2013-02-28 21:07:35 +06:00
|
|
|
\tui_script{modifying_meshes_ex09.py}
|
2008-03-07 12:47:05 +05:00
|
|
|
|
|
|
|
<br>
|
|
|
|
\anchor tui_add_polyhedron
|
|
|
|
<h3>Add Polyhedron</h3>
|
2013-02-28 21:07:35 +06:00
|
|
|
\tui_script{modifying_meshes_ex10.py}
|
2008-03-07 12:47:05 +05:00
|
|
|
|
|
|
|
<br>
|
2016-03-11 18:32:07 +05:00
|
|
|
\section tui_removing_nodes_and_elements Removing Nodes and Elements
|
2008-03-07 12:47:05 +05:00
|
|
|
|
|
|
|
<br>
|
|
|
|
\anchor tui_removing_nodes
|
|
|
|
<h3>Removing Nodes</h3>
|
2013-02-28 21:07:35 +06:00
|
|
|
\tui_script{modifying_meshes_ex11.py}
|
2008-03-07 12:47:05 +05:00
|
|
|
|
|
|
|
<br>
|
|
|
|
\anchor tui_removing_elements
|
|
|
|
<h3>Removing Elements</h3>
|
2013-02-28 21:07:35 +06:00
|
|
|
\tui_script{modifying_meshes_ex12.py}
|
2008-03-07 12:47:05 +05:00
|
|
|
|
|
|
|
<br>
|
2012-08-09 16:03:55 +06:00
|
|
|
\anchor tui_removing_orphan_nodes
|
|
|
|
<h3>Removing Orphan Nodes</h3>
|
2013-02-28 21:07:35 +06:00
|
|
|
\tui_script{modifying_meshes_ex13.py}
|
2008-03-07 12:47:05 +05:00
|
|
|
|
|
|
|
<br>
|
2016-03-11 18:32:07 +05:00
|
|
|
\section tui_renumbering_nodes_and_elements Renumbering Nodes and Elements
|
2013-02-28 21:07:35 +06:00
|
|
|
\tui_script{modifying_meshes_ex14.py}
|
2008-03-07 12:47:05 +05:00
|
|
|
|
|
|
|
<br>
|
2016-03-11 18:32:07 +05:00
|
|
|
\section tui_moving_nodes Moving Nodes
|
2013-02-28 21:07:35 +06:00
|
|
|
\tui_script{modifying_meshes_ex15.py}
|
2008-03-07 12:47:05 +05:00
|
|
|
|
|
|
|
<br>
|
2016-03-11 18:32:07 +05:00
|
|
|
\section tui_diagonal_inversion Diagonal Inversion
|
2013-02-28 21:07:35 +06:00
|
|
|
\tui_script{modifying_meshes_ex16.py}
|
2008-03-07 12:47:05 +05:00
|
|
|
|
|
|
|
<br>
|
2016-03-11 18:32:07 +05:00
|
|
|
\section tui_uniting_two_triangles Uniting two Triangles
|
2013-02-28 21:07:35 +06:00
|
|
|
\tui_script{modifying_meshes_ex17.py}
|
2008-03-07 12:47:05 +05:00
|
|
|
|
|
|
|
<br>
|
2016-03-11 18:32:07 +05:00
|
|
|
\section tui_uniting_set_of_triangles Uniting a Set of Triangles
|
2013-02-28 21:07:35 +06:00
|
|
|
\tui_script{modifying_meshes_ex18.py}
|
2008-03-07 12:47:05 +05:00
|
|
|
|
|
|
|
<br>
|
2016-03-11 18:32:07 +05:00
|
|
|
\section tui_orientation Orientation
|
2013-02-28 21:07:35 +06:00
|
|
|
\tui_script{modifying_meshes_ex19.py}
|
2008-03-07 12:47:05 +05:00
|
|
|
|
|
|
|
<br>
|
2016-03-11 18:32:07 +05:00
|
|
|
\section tui_cutting_quadrangles Cutting Quadrangles
|
2013-02-28 21:07:35 +06:00
|
|
|
\tui_script{modifying_meshes_ex20.py}
|
2008-03-07 12:47:05 +05:00
|
|
|
|
|
|
|
<br>
|
2016-03-11 18:32:07 +05:00
|
|
|
\section tui_smoothing Smoothing
|
2013-02-28 21:07:35 +06:00
|
|
|
\tui_script{modifying_meshes_ex21.py}
|
2008-03-07 12:47:05 +05:00
|
|
|
|
|
|
|
<br>
|
2016-03-11 18:32:07 +05:00
|
|
|
\section tui_extrusion Extrusion
|
2013-02-28 21:07:35 +06:00
|
|
|
\tui_script{modifying_meshes_ex22.py}
|
2008-03-07 12:47:05 +05:00
|
|
|
|
|
|
|
<br>
|
2016-03-11 18:32:07 +05:00
|
|
|
\section tui_extrusion_along_path Extrusion along a Path
|
2013-02-28 21:07:35 +06:00
|
|
|
\tui_script{modifying_meshes_ex23.py}
|
2008-03-07 12:47:05 +05:00
|
|
|
|
|
|
|
<br>
|
2016-03-11 18:32:07 +05:00
|
|
|
\section tui_revolution Revolution
|
2013-02-28 21:07:35 +06:00
|
|
|
\tui_script{modifying_meshes_ex24.py}
|
2008-03-07 12:47:05 +05:00
|
|
|
|
|
|
|
<br>
|
2016-03-11 18:32:07 +05:00
|
|
|
\section tui_pattern_mapping Pattern Mapping
|
2013-02-28 21:07:35 +06:00
|
|
|
\tui_script{modifying_meshes_ex25.py}
|
2012-08-09 16:03:55 +06:00
|
|
|
|
|
|
|
<br>
|
2016-03-11 18:32:07 +05:00
|
|
|
\section tui_quadratic Convert mesh to/from quadratic
|
2013-02-28 21:07:35 +06:00
|
|
|
\tui_script{modifying_meshes_ex26.py}
|
2008-03-07 12:47:05 +05:00
|
|
|
|
2015-07-09 14:41:53 +05:00
|
|
|
<br>
|
2016-03-11 18:32:07 +05:00
|
|
|
\section tui_split_biquad Split bi-quadratic into linear
|
2015-07-09 14:41:53 +05:00
|
|
|
\tui_script{split_biquad.py}
|
|
|
|
|
2012-08-09 16:03:55 +06:00
|
|
|
*/
|