InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
What Is A Sketchup Extension? |
|
Answer» A SKETCHUP Extension is like any other Ruby SCRIPT, except for the fact that you make a few extra code calls to tell SketchUp that it's an "extension." When you tell SketchUp that you are loading an extension, you can also tell it COPYRIGHT information, developer information, and a description of the extension. All these DATA are visible to the user inside of SketchUp. Anoher benefit is that users can easily turn extensions on and off without having to fully uninstall and reinstall them. Extensions are a LITTLE more work to code, but they make it easier for end users to manage their SketchUp installation. A SketchUp Extension is like any other Ruby script, except for the fact that you make a few extra code calls to tell SketchUp that it's an "extension." When you tell SketchUp that you are loading an extension, you can also tell it copyright information, developer information, and a description of the extension. All these data are visible to the user inside of SketchUp. Anoher benefit is that users can easily turn extensions on and off without having to fully uninstall and reinstall them. Extensions are a little more work to code, but they make it easier for end users to manage their SketchUp installation. |
|
| 2. |
What Is A Ruby Plugin? |
|
Answer» Here's a LITTLE bit of a SketchUp History lesson! In the SketchUp world, "plugin" historically meant any ruby code that could be added to SketchUp to extend SketchUp's functionality. "Scripts" and "Rubies" are other terms that mean "Plugin." You may see these terms USED interchangeably. All of these terms refer to text files with a .rb (ruby) or .rbs (SCRAMBLED ruby) extension that contain Ruby programming code. Since about SketchUp 2013, SketchUp has been moving AWAY from "Plugins" and ENCOURAGING developers to embrace "Extensions." Here's a little bit of a SketchUp History lesson! In the SketchUp world, "plugin" historically meant any ruby code that could be added to SketchUp to extend SketchUp's functionality. "Scripts" and "Rubies" are other terms that mean "Plugin." You may see these terms used interchangeably. All of these terms refer to text files with a .rb (ruby) or .rbs (scrambled ruby) extension that contain Ruby programming code. Since about SketchUp 2013, SketchUp has been moving away from "Plugins" and encouraging developers to embrace "Extensions." |
|
| 3. |
What Is The Sketchup Ruby Api? |
|
Answer» The SketchUp Ruby API (Application Programming Interface) is a way that Ruby programmers can extend the capabilities of SketchUp to MEET their needs. By creating a script (aka a text FILE) and placing it in SketchUp's plugins folder, you can make SketchUp do all kinds of things:
The SketchUp Ruby API (Application Programming Interface) is a way that Ruby programmers can extend the capabilities of SketchUp to meet their needs. By creating a script (aka a text file) and placing it in SketchUp's plugins folder, you can make SketchUp do all kinds of things: |
|
| 4. |
What Is Ruby? |
|
Answer» RUBY is "an interpreted scripting language for quick and easy object-oriented programming.". Most importantly for US, it's a language that SketchUp can UNDERSTAND via its SketchUp Ruby API. Ruby is "an interpreted scripting language for quick and easy object-oriented programming.". Most importantly for us, it's a language that SketchUp can understand via its SketchUp Ruby API. |
|
| 5. |
What Is Sketchup? |
|
Answer» SketchUp is Trimble's easy-to-use 3d modeling software. It is available in both MAKE and PRO VERSIONS. It is USED worldwide for DRAWING 3d objects of all kinds. You can find thousands of examples of what you can do with SketchUp at 3D Warehouse. SketchUp is Trimble's easy-to-use 3d modeling software. It is available in both Make and Pro Versions. It is used worldwide for drawing 3d objects of all kinds. You can find thousands of examples of what you can do with SketchUp at 3D Warehouse. |
|
| 6. |
Where Can The Default Working Template Be Located? |
|
Answer» WINDOW> PREFERENCES> TEMPLATE. Window> Preferences> Template. |
|
| 7. |
What Happens To The Geometry When Zooming Out While In Sketchy Edges Style? |
|
Answer» Details drop off but the MODEL stays INTACT when ZOOMING out while in Sketchy EDGES style. Details drop off but the model stays intact when zooming out while in Sketchy Edges style. |
|
| 8. |
What Can Be Done If You Need An Inference, But Su Doesn't Provide It? |
|
Answer» INFERENCES can be ACTIVATED by HOVERING over the FOCUS DIRECTION. Inferences can be activated by hovering over the focus direction. |
|
| 9. |
What Is Most Likely The Problem If A Circle Or Polygon Is Not 100% Smooth On The Edges After It's Drawn? |
|
Answer» The NUMBER of SEGMENTS with which the polygon/circle was CREATED is too SMALL. The number of segments with which the polygon/circle was created is too small. |
|
| 10. |
What Is The Procedure For Converting An Skb File To Skp? |
|
Answer» Right click on document>RENAME> CHANGE SKB to SKP. Right click on document>rename> Change SKB to SKP. |
|
| 11. |
When Does Su Create A Skin Or Surface? |
|
Answer» When a CLOSED LOOP of COPLANAR EDGES is FORMED. When a closed loop of coplanar edges is formed. |
|
| 12. |
What's The Easiest Way To Mirror An Object? |
|
Answer» USING the Copy tool and FLIP ALONG OPTION. Using the Copy tool and Flip Along option. |
|
| 13. |
What Is The Field Of View? |
|
Answer» FIELD of VIEW refers to the amount of a MODEL you can see. Field of View refers to the amount of a model you can see. |
|
| 14. |
What Is The Difference Between A Component And A Group? |
|
Answer» When EDITING a COMPONENT, it EDITS all INSTANCES of that component. When editing a component, it edits all instances of that component. |
|
| 15. |
Which Is Necessary To Create A 3d Sketchup "solid"? |
|
Answer» Both 3D MODEL MUST be a COMPONENT AND/OR and 3D model must be a GROUP Both 3D model must be a component AND/OR and 3D model must be a group |
|
| 16. |
When Does Sketchup Create Fold Lines? |
|
Answer» If surfaces bounded by a vertex are MOVED and CAUSED to BECOME non-planar. If surfaces bounded by a vertex are moved and caused to become non-planar. |
|
| 17. |
How To Use Match Photo Tool? |
|
Answer» PERCEPTION and CAMERA position taken from a PHOTOGRAPH best describes Match Photo tool. Perception and camera position taken from a photograph best describes Match Photo tool. |
|
| 18. |
By Default, Positioning The Camera At Eye Level Yields What Height? |
|
Answer» Five feet and six inches. |
|
| 19. |
What Is Photo Texture? |
|
Answer» Placing a PHOTO over a surface as a material is KNOWN as Photo TEXTURE. Placing a photo over a surface as a material is known as Photo texture. |
|
| 20. |
What Is The Orbit Tool Used For? |
|
Answer» To NAVIGATE and EXPLORE your DESIGNS. To navigate and explore your designs. |
|
| 21. |
Which Arrow Keys Correspond To The Su Axes? |
|
Answer» Up/Down=Blue AXIS, Right=Red Axis, Left=Green Axis. Up/Down=Blue axis, Right=Red Axis, Left=Green Axis. |
|
| 22. |
When Navigating In 3d Space, Sketchup Will Show "top, Right, Back, Front, Left" On The Top Left Corner Of The Window. What Does It Represent? |
|
Answer» These are the DIFFERENT pre-defined STANDARD POINT of VIEWS. These are the different pre-defined standard point of views. |
|
| 23. |
How To Use Zoom Extents? |
|
Answer» Zoom Extents option from the Camera MENU FITS the entire MODEL to the window with a single CLICK. Zoom Extents option from the Camera menu fits the entire model to the window with a single click. |
|
| 24. |
What Is A Dynamic Component? |
|
Answer» A group of GEOMETRY with assigned ATTRIBUTES is CALLE dynamic COMPONENT. A group of geometry with assigned attributes is calle dynamic component. |
|
| 25. |
Which Answer Best Describes A Plug-in? |
|
Answer» SCRIPTS that EXTEND the FUNCTIONALITY and SPEED of SKETCHUP. Scripts that extend the functionality and speed of Sketchup. |
|
| 26. |
What Is The Definition Of "dragging" In Sketchup? |
|
Answer» Pressing down on the LEFT button on the MOUSE and hold while MOVING the cursor over the SCREEN. Pressing down on the left button on the mouse and hold while moving the cursor over the screen. |
|
| 27. |
When Is The Use Of Components Recommended? |
|
Answer» When you are WORKING with REPEATED GEOMETRY. When you are working with repeated geometry. |
|
| 28. |
How Can Exact Measurements Be Obtained While Drawing A Line? |
|
Answer» Any TIME while DRAWING, the EXACT DIMENSION can be TYPED. Any time while drawing, the exact dimension can be typed. |
|
| 30. |
How To Use The Watermark Feature? |
|
Answer» The WATERMARK FEATURE used for CREATING a company LOGO or copyright on a model. The Watermark feature used for creating a company logo or copyright on a model. |
|
| 31. |
What Are The Limitations On Using The Trim Tool? |
|
Answer» Can only be PERFORMED on TWO OVERLAPPING GROUPS or COMPONENTS. Can only be performed on two overlapping groups or components. |
|
| 32. |
What Are The Steps For Creating Videos In Sketchup? |
|
Answer» On the FILE MENU, CLICK EXPORT, click ANIMATION. On the File menu, click export, click animation. |
|
| 33. |
Which Best Describes The Purpose Of The Push/pull Tool? |
|
Answer» To DECREASE or INCREASE volume of a geometry USE Push/Pull TOOL. To decrease or increase volume of a geometry use Push/Pull Tool. |
|
| 34. |
What Happens If You Press Ctrl (option On A Mac) When Using The Move Tool? |
|
Answer» If you press CTRL (Option on a MAC) when using the MOVE tool, A COPY is created. If you press Ctrl (Option on a Mac) when using the move tool, A copy is created. |
|
| 35. |
If Interested In A Hand Drawn Effect, What's The Best Way To Achieve It? |
|
Answer» If interested in a HAND drawn effect, Using the Sketchy Edges style the best WAY to ACHIEVE it. If interested in a hand drawn effect, Using the Sketchy Edges style the best way to achieve it. |
|
| 36. |
When Should Sections Planes Be Used? |
|
Answer» When you WANT BETTER ACCESS to the INTERIOR of a MODEL. When you want better access to the interior of a model. |
|
| 37. |
What Effect Does Triple-clicking Have On An Edge Or Surface? |
|
Answer» Selects the ENTITY ALONG with any attached GEOMETRY CONNECTING to it. Selects the entity along with any attached geometry connecting to it. |
|
| 38. |
Where Should Ruby Scripts Be Placed Once Downloaded? |
|
Answer» In the PLUGINS FOLDER WITHIN SKETCHUP FILE. In the plugins folder within Sketchup file. |
|
| 39. |
Within The Paint Bucket Window What Is The Eye Dropper Used For? |
|
Answer» To SAMPLE any MATERIAL from your WORKSPACE. To sample any material from your workspace. |
|
| 40. |
Which Best Describes The Purpose Of The Pan Tool? |
|
Answer» To MOVE the MODEL WITHOUT CHANGING the viewing DIRECTION. To move the model without changing the viewing direction. |
|
| 41. |
How Are Shadows And Geo-location Related? |
|
Answer» SHADOWS can be obtained from the coordinates of the GEOGRAPHICALLY POSITIONED MODEL. Shadows can be obtained from the coordinates of the geographically positioned model. |
|
| 42. |
How Is 3d Text Created In Sketchup? |
|
Answer» USING the 3D TEXT feature under TOOLS menu. Using the 3D text feature under TOOLS menu. |
|
| 43. |
How To Use " Command " ? |
|
Answer» " COMMAND is USED for INPUTTING inches in the MEASUREMENTS toolbox". " command is used for inputting inches in the measurements toolbox". |
|
| 44. |
Name A Way To View Shadows In A Model? |
|
Answer» By ENABLING the SHADOWS FEATURE under the VIEW MENU. By enabling the Shadows feature under the View menu. |
|
| 45. |
What Does The Symbol For Extruding A Surface Look Like? |
|
Answer» a BLOCK with an ARROW COMING off of it. a block with an arrow coming off of it. |
|
| 46. |
What Is The 3d Warehouse? |
|
Answer» ONLINE COLLECTION of 3D models and components is called 3D Warehouse. Online collection of 3D models and components is called 3D Warehouse. |
|
| 47. |
How To Use Follow-me Tool? |
|
Answer» Follow-me TOOL is IDEAL for MAKING spheres and curved SURFACES. Follow-me tool is ideal for making spheres and curved surfaces. |
|
| 48. |
How To Use Zoom Extents Tool? |
|
Answer» ZOOM EXTENTS TOOL USED to zoom to a view where the whole model is visible and CENTERED in the drawing area. Zoom extents tool used to zoom to a view where the whole model is visible and centered in the drawing area. |
|