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: |
![]() |
|
|
|
|
|
|
|
|
|
/* Code generated by RoboBlockly v2.0 */ #include <chplot.h> CPlot plot; plot.fillColor("#cccccc"); plot.strokeWidth(2); plot.strokeColor("black"); plot.rectangle(9, 9, 18, 10); plot.quad(9, 19, 27, 19, 31, 23, 13, 23); plot.quad(27, 9, 31, 13, 31, 23, 27, 19); plot.text("l", PLOT_TEXT_LEFT, 18, 7); plot.text("w", PLOT_TEXT_LEFT, 31, 11); plot.text("h", PLOT_TEXT_LEFT, 33, 18); plot.lineStyle("--"); plot.strokeColor(rgb2hex(0X51, 0X51, 0X51)); plot.line(13, 13, 13, 23); plot.line(13, 13, 31, 13); plot.line(9, 9, 13, 13); 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 draw one face. Draw the rectangular prism by adding two other faces using the quad blocks and dashed lines to indicate hidden edges. Label the dimensions of the rectangular prism. |
|||||||||||
|
|||||||||||