The KAD (Kirra App Drawing) toolbar groups the controls for drawing vector entities — points, lines, polygons, text labels, and circles — and for setting their default drawing properties. It is one of the floating toolbars on the right side of the Kirra workspace.
KAD entities are Kirra’s vector drawing layer: design boundaries, annotations, blast outlines, and input to surface operations like extrude and boolean.
The KAD toolbar with all controls labelled.
The KAD toolbar contains the following controls:
| Control | Type | Purpose |
|---|---|---|
| Drawing Level (m) | Input | Z elevation (RL) used when placing new KAD entities |
| Drawing Colour | Picker | Colour applied to new KAD entities |
| Drawing Width or Size | Input | Line width or point/text size for new entities |
| Draw Points | Tool | Place point entities by clicking |
| Draw a Line (polyline) | Tool | Draw an open polyline |
| Draw Polygon | Tool | Draw a closed polygon |
| Draw Text (formulas as well) | Tool | Place a text label; supports fx: formulas |
| Draw Circle | Tool | Place a circle entity at the click point |
| Circle Radius | Input | Radius (m) for the next circle drawn |
The Z elevation (reduced level) assigned to new KAD entities. The screenshot shows 532. All vertices placed by the drawing tools take this Z unless overridden by snap-to-surface or 3D pick.
Note: Existing entities are not affected when you change the Drawing Level. Only newly placed vertices use the new value.
The colour applied to new KAD entities. The picker swatch shows the current colour.
A single field that controls the line width for lines and polygons, and the size for points and text. The screenshot shows 1.
Places individual point entities at click positions.
Escape or change tool to finishDraws an open polyline — a chain of connected vertices.
Backspace (or Delete) to undo the last vertexEscape (or double-click) to finish the lineDraws a closed polygon — like a line, but the last vertex connects back to the first.
Backspace (or Delete) to undo the last vertexEscape (or double-click) to close the polygonPlaces a text label at a click point. Text accepts plain strings and fx: formulas evaluated against hole / pattern data.
Enter to commitText starting with fx: is evaluated as a formula. Example:
| Formula | Result |
|---|---|
fx: holeName |
The hole’s name |
fx: holeDiameter |
The hole diameter |
fx: sdobStem() |
Stemming length from Scaled Depth of Burial |
fx: ppvKG() |
Maximum Instantaneous Charge |
See the Charge Code formula reference [VERIFY: link target — page may live in Charging or KAD] for the full list of variables and helper functions.
Places a circle entity centred on the click point, with radius set by the Circle Radius input.
The radius (in metres) used by the next circle drawn. The screenshot shows 10.0.