Documentation | Help File | UI | Panels | Selected panel | Shape
The Stats tab of the Selected panel displays the information about the geometry of the currently selected shapes.
The table below explains the meaning of information displayed on the Stats tab:
| Name | Appears when selection is | Description | |
|---|---|---|---|
| one shape | many shapes | ||
| Count | X | X | Total number of selected shapes. |
| Points | X | Number of vertices of the selected shape. | |
| sum( Points ) | X | Total number of vertices of the selected shapes. | |
| avg( Points ) | X | The average number of vertices of the selected shapes. | |
| Parts | X | The number of parts of the selected shape. | |
| sum( Parts ) | X | Total number of parts of the selected shapes. | |
| avg( Parts ) | X | The average number of parts of the selected shapes. | |
| Length | X | Zero if the shape type is point or multipoint; for line type shapes displays the length of the line; for polygon type shapes displays the length of the outline. | |
| sum( Length ) | X | The total length of all selected shapes; is greater than zero only if some line or polygon type shapes are selected. | |
| avg( Length ) | X | The average length of all selected shapes; is greater than zero only if some line or polygon type shapes are selected. | |
| Area | X | Zero if the shape type is a point, multipoint or line; for polygon type shapes displays the area of the polygon. | |
| sum( Area ) | X | The total area of all selected shapes; is greater than zero only if some polygon type shapes are selected. | |
| avg( Area ) | X | The average area of all selected shapes; is greater than zero only if some polygon type shapes are selected. | |