Draw polyline mode is a specialized mode to draw polylines. In this mode you can
S
key to disable Snaps
Backspace
to remove the last polyline point
ESC
to cancel the creation of the polyline
Polyline objects are created on the Current layer and with the Current drawing attributes. A closed polyline object must have at least three vertices, an open polyline at least two.
Programming
Polyline drawing can be customized with CADSetDragPrefs
,
snaps with CADSetSnapPrefs
.
Methods
CADAddPolyLine
,
CADGetCurrentLayer
, CADSetCurrentLayer
,
CADGetDefaults
, CADSetDefaults
,
CADGetGrid
, CADSetGrid
,
CADGetSnapPrefs
, CADSetSnapPrefs
,
CADGetDragPrefs
, CADSetDragPrefs
.