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 | |
Units: | US Customary | Metric |
Background: |
![]() |
|
|
|
|
|
|
|
|
|
/* Code generated by RoboBlockly v2.0 */ #include <chplot.h> CPlot plot; plot.strokeColor("black"); plot.rectangle(6, 16, 14, 14); plot.rectangle(14, 28, 10.25, 10); plot.line(6, 16, 14.25, 28); plot.line(6, 30, 14, 38); plot.line(20, 16, 24.25, 28); plot.line(20, 30, 24.25, 38); plot.triangle(28, 16, 36, 30, 44, 16); plot.triangle(29.75, 26, 36, 36, 42.25, 26); plot.line(28, 16, 29.75, 26); plot.line(36, 30, 36, 36); plot.line(44, 16, 42.25, 26); plot.circle(58, 23, 7); plot.circle(51.4, 34, 5); plot.line(51.5, 20, 46.5, 33); plot.line(63, 28, 55.3, 37); plot.axisRange(PLOT_AXIS_XY, 0, 72); plot.ticsRange(PLOT_AXIS_XY, 6); plot.sizeRatio(1); plot.plotting();
Problem Statement: In this activity you will draw three shapes in one-point perspective. The board blocks draw lines to guide your drawing and the pre-placed blocks draw the first part of each shape. Add blocks to finish the drawing, then delete the board blocks. |
||||||||||||
|
||||||||||||