To Close Figures

Close a figure by joining the last point of a figure to the first point of the same figure using the CLOSE command.

Note: For syntax descriptions, see the Quick Reference tab.

To close a figure

  1. In Toolspace, on the Survey tab, right-click a named network Survey Command Window.
  2. At the Command line, enter:

    CLOSE [figure]

To close a building figure

  1. In Toolspace, on the Survey tab, right-click a named network Survey Command Window.
  2. At the Command line, enter:

    CLOSE BUILDING

To close a rectangle figure

  1. In Toolspace, on the Survey tab, right-click a named network Survey Command Window.
  2. At the Command line, enter:

    CLOSE RECTANGLE [offset].

    The offset is the distance to the other side of the rectangle.

Command Line Example of Closing a Figure

BEG ROAD

NE SS 1000 1000

FIG BD 90 1 100

NE SS 1400 1400

CLOSE

END

Command Line Example of Closing a Building Figure

NE 1 1000 1000

AZ 1 2 90

STN 1

BS 2

BEG HOUSE

AD 101 90 100.21

AD 102 80.30 30.54

RT 80

RT 40

RT -40

CLOSE BLD

Command Line Example of Closing a Rectangle Figure

NE 10 2000 2000

STN 10

AZ 10 11 0

BS 11

BEG RECTA

AD 12 45 100

AD 13 30 50

CLOSE RECT -50