Draw the section inside a BLOCK using polylines and circles in the x-y plane.
Polylines can be composed of lines and arcs of circles. Polylines are CAD entities composed of several vertices and are used to define complex shapes.
For example, the following section is made up of three entities:
Define a BLOCK by selecting the three entities and an insertion point:
Save the drawing as DXF, from version 11/12 to 2023.
Example: cross_section_tut.dxf.
It is used to prevent possible inaccuracies that may result from the direct use of lines and arcs.
This gives the possibility to draw more sections in the same drawing, for each BLOCK a section will be inserted.
It is not mandatory to use the Closed property of the polyline. It is however required that the path is closed, this can be achieved by making the first vertex coincide with the last one (use the Object snap to place precisely).