Name the general steps for adding text to a grid plane

What will be an ideal response?

A.Create the text. B. Select a grid plane to attach the text to. C. Drag the text
object onto the selected grid plane with the Perspective Selection tool.

Computer Science & Information Technology

You might also like to view...

When talking about the form factor of a motherboard, we are actually talking about the size of the computer case

Indicate whether the statement is true or false

Computer Science & Information Technology

What is accomplished by the call to sprintf in the code fragment below?

``` char ans[20]; int num = 40; sprintf(ans, "%d to %d", num, num + 10); ``` a. Nothing, the function name is misspelled. b. It returns as its value the string "40 to 50". c. It displays first the value of ans and then the string "40 to 50" (without the quote marks). d. It aborts because the value of ans is garbage. e. None of the above.

Computer Science & Information Technology