Lot Numbering Commands¶
Commands for numbering, ordering, and labelling lots on a survey plan.
R3NUMBERLOTS¶
Command: R3NUMBERLOTS
Auto-numbers all closed polylines on the active survey plan's Boundaries layer. Numbers are assigned sequentially starting from a user-specified number.
Usage¶
- Make sure a survey plan boundary layer is current (or only one plan exists in the drawing)
- Type
R3NUMBERLOTS - If lots already have numbers, you'll be asked whether to overwrite
- Enter the starting lot number (default: 1)
- Lots are numbered top-to-bottom, left-to-right based on their centroid position
Part lots¶
If polylines are marked as Part lots (via the ParcelType field in R3PROPERTIES) and share the same existing lot number, R3NUMBERLOTS keeps them grouped — all parts of the same lot receive the same new number.
R3ORDERLOTS¶
Command: R3ORDERLOTS
Re-numbers lots based on a polyline you draw through them. This gives you full control over the numbering order.
Usage¶
- Draw a polyline through the lots in the order you want them numbered — the polyline should pass through or near each lot
- Type
R3ORDERLOTS - Enter the starting lot number (default: 1)
- Select the ordering polyline
- Lots are numbered in the order their centroids fall along the polyline path
Part lots¶
Same as R3NUMBERLOTS — part lots sharing the same existing lot number are kept grouped and receive the same new number.
Tips¶
- The ordering polyline can be any shape — straight, curved, or zigzag
- It doesn't need to pass exactly through each lot, just close enough that the lot's centre is nearest to the correct position along the path
- Delete the ordering polyline after use if you don't need it
R3ADDLOTS¶
Command: R3ADDLOTS
Places lot number text at the interior point of each lot on the plan's LotNumbers layer.
Usage¶
- Number your lots first using R3NUMBERLOTS, R3ORDERLOTS, or manually in R3PROPERTIES
- Type
R3ADDLOTS - Text is placed at the interior of each closed boundary polyline that has a lot number
What it does¶
- Places a
DBTextentity at a guaranteed interior point of each lot (handles irregular shapes like battle-axe lots) - Text height is 5mm at print scale based on the current R3DWGSCALE setting
- Text is placed on the plan's LotNumbers component layer (e.g.
SP1_LOTNO) - Part lots are displayed with the
PTprefix (e.g. "PT 51") - Single lots display just the number (e.g. "51")
Requirements¶
- Lots must be closed polylines
- Lots must have a
LotNoset (via numbering commands or R3PROPERTIES) - Drawing scale must be set (run
R3DWGSCALEfirst) - The plan must have a LotNumbers component (created automatically for new plans)
Part Lots (Multipart Parcels)¶
When a lot is split into two or more separate areas (e.g. a lot on both sides of a creek), each area is drawn as a separate closed polyline but they share the same lot number.
Setting up part lots¶
- Draw each part as a separate closed polyline on the Boundaries layer
- Number all lots normally using R3NUMBERLOTS or R3ORDERLOTS
- In R3PROPERTIES, select each part polyline and:
- Set the Lot number to the same value for all parts (e.g. "51")
- Set the Type to Part
- Alternatively, type
PT 51in the Lot field — R3Survey will automatically set the type to Part and store the lot number as "51"
How it works on export¶
When you run R3EXPORTLANDXMLNSW, part lots are automatically grouped:
- A Multipart container parcel is created with the total area (sum of all parts)
- Each part is exported with its own geometry and individual area
- Parts are automatically suffixed with letters (e.g. 51A, 51B) — this is internal to the XML file and not shown on the plan
On the plan¶
- R3ADDLOTS labels each part as PT 51 (not 51A/51B)
- Each part has its own area shown in brackets on the plan
- The total area is shown on one of the parts without brackets (standard NSW convention)
Typical Workflow¶
- Draw lots as closed polylines on the Boundaries layer
- Mark part lots — set ParcelType to Part in R3PROPERTIES for any lots that have multiple parts
- Number lots — run
R3NUMBERLOTSfor quick auto-numbering, orR3ORDERLOTSfor specific ordering - Adjust part lot numbers — give all parts of the same lot the same number in R3PROPERTIES
- Label lots — run
R3ADDLOTSto place lot number text on the drawing - Review — check numbers visually, re-run R3ORDERLOTS if needed
- Export — run
R3EXPORTLANDXMLNSW— part lots are grouped automatically
See also¶
- R3PROPERTIES — setting lot numbers and parcel type
- R3LOTEDIT — reviewing geometric vs legal dimensions and areas
- R3EXPORTLANDXMLNSW — NSW LandXML export
- Preparing a Survey Plan — complete plan preparation guide