2017-12-08 19:09:48 +05:00
.. _split_biquad_to_linear_page:
***** ***** ***** ***** ***** *****
Split bi-quadratic into linear
***** ***** ***** ***** ***** *****
This functionality allows to split bi-quadratic elements into
linear ones without creation of additional nodes.
So that
* bi-quadratic triangle will be split into 3 linear quadrangles;
* bi-quadratic quadrangle will be split into 4 linear quadrangles;
* tri-quadratic hexahedron will be split into 8 linear hexahedra;
2018-06-19 21:58:29 +05:00
* quadratic segments adjacent to the split bi-quadratic element will be split into 2 linear segments.
2017-12-08 19:09:48 +05:00
.. image :: ../images/split_biquad_to_linear_mesh.png
:align: center
.. centered ::
2018-05-25 22:04:48 +05:00
Mesh before and after splitting
2017-12-08 19:09:48 +05:00
2018-05-25 22:04:48 +05:00
*To split bi-quadratic elements into linear:*
2017-12-08 19:09:48 +05:00
2018-05-25 22:04:48 +05:00
.. |img| image :: ../images/split_biquad_to_linear_icon.png
2017-12-08 19:09:48 +05:00
2018-05-25 22:04:48 +05:00
#. From the **Modification** menu choose the **Split bi-quadratic into linear** item or click *"Split bi-quadratic into linear"* button |img| in the toolbar.
2017-12-08 19:09:48 +05:00
2018-05-25 22:04:48 +05:00
The following dialog box shall appear:
2017-12-08 19:09:48 +05:00
.. image:: ../images/split_biquad_to_linear_dlg.png
:align: center
#. Select a mesh, groups or sub-meshes in the Object Browser or in the Viewer.
#. Click the **Apply** or **Apply and Close** button.
**See Also** a sample TUI Script of a :ref: `tui_split_biquad` operation.