“Array of points” |
Variable ( The elements The variable that is assigned to the property “Number of points” contains the number of array elements and therefore the number of corner points. Example:
|
“Number of Points” |
Variable (integer data type) which contains the number of array elements and therefore the number of corner points for displaying the element Example:
In the example, the element has 24 points. This definition is necessary because the individual points are defined by a pointer and this does not allow control over the number of points. NOTE: In this way, it is possible for example to adapt the display of the element dynamically by updating the number of corner points. |