Grid: | ||
Tics Lines: |
|
Width
px
|
Hash Lines: |
|
Width
px
|
Labels: |
|
Font
px
|
Trace Lines: | ||
Robot 1: |
|
Width
px
|
Robot 2: |
|
Width
px
|
Robot 3: |
|
Width
px
|
Robot 4: |
|
Width
px
|
Axes: | x-axis | y-axis | Show Grid |
Grid: | 24x24 inches | 36x36 inches | 72x72 inches |
96x96 inches | 192x192 inches | ||
Quad: | 4 quadrants | 1 quadrant | Hardware |
Units: | US Customary | Metric |
Background: |
![]() |
|
|
|
|
|
|
|
|
|
The pre-placed blocks will draw part of the body of the bicycle. Add more blocks to add wheels, a seat, handlebars, and the rest of the frame of the bike.
/* Code generated by RoboBlockly v2.0 */ #include <chplot.h> CPlot plot; plot.strokeWidth(4); plot.strokeColor("black"); plot.noFill(); plot.triangle(14, 17, 24, 17, 23, 11); plot.triangle(23, 11, 24, 17, 27, 11); plot.line(24, 17, 24.3, 19); plot.line(13, 11, 14.3, 19); plot.line(14.3, 19, 16, 21); plot.line(22, 19, 25, 19); plot.circle(13, 11, 4); plot.circle(27, 11, 4); plot.grid(PLOT_OFF); plot.axisRange(PLOT_AXIS_XY, 0, 36); plot.ticsRange(PLOT_AXIS_XY, 6); plot.sizeRatio(1); plot.plotting();
Problem Statement: The pre-placed blocks will draw part of the body of the bicycle. Add more blocks to add wheels, a seat, handlebars, and the rest of the frame of the bike. |
|||||||||||
|
|||||||||||