Close a figure by joining the last point of a figure to the first point of the same figure using the CLOSE command.
CLOSE [figure]
CLOSE BUILDING
CLOSE RECTANGLE [offset].
The offset is the distance to the other side of the rectangle.
BEG ROAD
NE SS 1000 1000
FIG BD 90 1 100
NE SS 1400 1400
CLOSE
END
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
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
CLOSE
CLOSE BUILD
CLOSE RECTANG [offset]
Command Synonyms
CLOSE BLDG
CLOSE BLD
CLOSE RECT
Parameter | Definition |
---|---|
figure | The name of the figure you want to close. |
offset | The distance to the other side of the rectangle when you are closing a rectangle figure. |