.. _crosssections-all-example:

##########################
Cross Sections (All types)
##########################

.. image:: ../../../images/vtfx/crosssections_all_example.png
    :height: 250px
    :align: center

Small example showcasing all cross sections expansions provided in Envision.

This example contains just 9 beams, one for each cross section type:

- BEAM_IORH
- BEAM_PIPE
- BEAM_BOX
- BEAM_CYLINDER
- BEAM_L
- BEAM_CHANNEL
- BEAM_BAR
- BEAM_UNSYMMETRIC_I
- BEAM_CONE

This is a good example to get an overview over all parameter names for all cross section types and play with
different parameter values.


.. literalinclude:: ../../../../../../EnvisionDesktop/Examples/VTFx/VTFxCrossSectionsAll/VTFxCrossSectionsAll.cpp
    :language: cpp
    :lines: 51-256

