2D_PEN_SOLID

2D_PEN_SOLID

SET THE DRAWING STYLE (PEN): SOLID

  • Type: Command
  • Parameter: 0
  • Group: Drawing

ACTION

The command 2D_PEN_SOLID set the drawing style for the further drawings with solid line.

By default, the drawing is solid. The command 2D_PEN_SOLID comes back to a solid drawing.

SYNTAX: 2D_PEN_SOLID

USE

  • The command 2D_PEN_SOLID is used to set a style for the next drawings.

ERROR

  • None.

EXAMPLE

rem draw a rectangle with solid line

2d_pen_solid

2d_rectangle 10,10,400,350

SEE ALSO

2D_ARC

2D_CIRCLE

2D_RECTANGLE

2D_ELLIPSE

2D_LINE

2D_POLY_FROM

2D_POLY_TO

2D_POINT

2D_PEN_COLOR

2D_PEN_DASH

2D_PEN_DASH_DOT

2D_PEN_DASH_DOT_DOT

2D_PEN_DOT

2D_PEN_WIDTH