You can create a figure by either entering coordinates or referencing an existing point, and then giving a distance and direction to the next point.
Within an active figure where (BEG <Figure name>) has been invoked, you can enter a figure command to specify that subsequent points define multiple points on a curve. After the points on the curve have been defined, you can enter a command to end the multi-point curve and subsequent points will define line segments. The polyline object created from the multi-point curve contains contiguous arc segments for each multi-point curve range.
1000 1000
BEG EP1
PT 1
NE 2 1100 1100
MCS
NE 3 1140 1120
NE 4 1800 1110
NE 5 1180 1070
MCE
NE 6 1160 1020
END
When you use the Begin command to start another figure, any figure currently being drawn is automatically ended.
BEGIN [figure]
Command Synonym
BEG
Parameter | Definition |
---|---|
figure | The name of the figure. |