Extrude is one of the most-used modeling tools in any 3D software. What is its keyboard shortcut?
A. E
B. Alt + E
C. Ctrl + LMB
D. All of the above
D – There are several methods to create extrusions. E is the basic extrusion; Alt + E gives
alternative options when extruding (such as extruding individual faces instead of the whole
group); Ctrl + LMB creates an extrusion from the selection to the point where you click.
Computer Science & Information Technology
You might also like to view...
Consider the code segment below:
``` int xValues[] = {100, 150, 200, 100}; int yValues[] = {30, 130, 30, 30}; g.drawPolyline(xValues, yValues, 4); ``` What kind of figure does it draw? a. A rectangle. b. A triangle. c. A V with its corner at the top. d. A square.
Computer Science & Information Technology
Twisted-pair cabling uses which of the following to connect to network devices?
A. BNC B. RJ-45 C. MT-RJ D. SC
Computer Science & Information Technology