14.5 Defining sketching functions
One of the intuitive, presented in this document solution is creating geometry based on list of points on the XY plain, which will be later used for drawing using the described below Sketch polyline function. Also, the construction of auxiliary functions designed for the straightforward creation of point lists will be demonstrated. These functions are universal and can be applied to draw any geometry. Their usage for creating a corrugated horn with its specific geometrical details will be described in the next chapter.
In this part of the tutorial, we will once again revisit the function definition section, where we will add code blocks describing the functions outlined below.