From 44d434242b193f547350d78c3354de574b5f284b Mon Sep 17 00:00:00 2001 From: Franciszek Lajszczak Date: Tue, 3 Oct 2023 21:56:03 +0200 Subject: [PATCH] Docs improved --- docs/how_to_guide/Manual parametrization.rst | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/docs/how_to_guide/Manual parametrization.rst b/docs/how_to_guide/Manual parametrization.rst index c6a7056..44017de 100644 --- a/docs/how_to_guide/Manual parametrization.rst +++ b/docs/how_to_guide/Manual parametrization.rst @@ -93,14 +93,15 @@ Manual parametrization one of the dimensions. For example: `c*3@?` or `?@200*sqrt(20)`. For the `?` dimension the renderer will calculate the value to fit the aspect ratio of the entity. - ::note - Entities on :ref:`VIRTUAL_LAYER` contained in ``INSERT`` entity will not be rendered but they will be taken - into account while calculating the width and height of the ``INSERT`` entity. This is useful - to make calculations easier. - - For example: To parametrize a part of the ellipse, full ellipse on the :ref:`VIRTUAL_LAYER` - can be drawn on top. This way by parametrizing the full ellipse the part - will be rendered according to the full ellipse size. In many scenarios it is easier to parametrize. + .. note:: + Entities on :ref:`VIRTUAL_LAYER` contained in ``INSERT`` entity will not be rendered but they will be taken + into account while calculating the width and height of the ``INSERT`` entity. This is useful + to make calculations easier. + + For example: To parametrize a part of the ellipse, full ellipse on the :ref:`VIRTUAL_LAYER` + can be drawn on top. This way by parametrizing the full ellipse the part + will be rendered according to the full ellipse size. In many scenarios it is easier to parametrize. + * ``LWPOLILINE``, ``POLYLINE``, ``SPLINE``, ``ELLIPSE``, ``MTEXT`` **etc.** - Those entities must be packed into ``INSERT`` entity and parametrized as described above.