CSWP Design Automation & Productivity Enhancements 2 — Questions and Answers
Question 1: Which SOLIDWORKS feature allows you to drive multiple configurations from a single external Excel spreadsheet?
- Design Table (Correct answer)
- Global Variables
- Equation Manager
- Configuration Publisher
Correct answer: Design Table
A Design Table uses an embedded or linked Excel spreadsheet to create and control multiple configurations simultaneously.
Question 2: When creating a macro in SOLIDWORKS, which programming language is used by default in the macro editor?
- Python
- Visual Basic for Applications (VBA) (Correct answer)
- C#
- JavaScript
Correct answer: Visual Basic for Applications (VBA)
SOLIDWORKS macros are recorded and edited in VBA by default, though VSTA also supports C# and VB.NET.
Question 3: What is the purpose of the 'Pack and Go' feature in SOLIDWORKS?
- Compress a part to reduce file size
- Collect all referenced files into a single folder or ZIP for sharing (Correct answer)
- Remove unused features from a model
- Export a model to a neutral format
Correct answer: Collect all referenced files into a single folder or ZIP for sharing
Pack and Go gathers a model and all its referenced files (parts, assemblies, drawings, decals) into one location for easy transfer.
Question 4: In SOLIDWORKS, a 'Global Variable' is primarily used to:
- Store a macro subroutine for reuse
- Define a named value that can drive multiple dimensions and equations (Correct answer)
- Set the document unit system globally
- Control visibility of features across configurations
Correct answer: Define a named value that can drive multiple dimensions and equations
Global Variables are named numeric values referenced in equations so that changing one variable updates all linked dimensions at once.
Question 5: Which tool in SOLIDWORKS allows you to measure and compare geometric properties (mass, volume, surface area) between two configurations quickly?
- Section Properties
- Mass Properties (Correct answer)
- Measure tool
- Simulation Advisor
Correct answer: Mass Properties
The Mass Properties tool calculates volume, mass, center of mass, and moments of inertia and can be run per configuration for comparison.
Question 6: What does 'in-context editing' mean in a SOLIDWORKS assembly?
- Editing a part file while the assembly is closed
- Modifying a component's features while the assembly is open so references can be made to other components (Correct answer)
- Using the Instant3D handle inside an assembly
- Synchronizing configurations between parts
Correct answer: Modifying a component's features while the assembly is open so references can be made to other components
In-context editing opens a part for modification within the assembly environment, enabling the creation of external references to other components.
Question 7: Which SOLIDWORKS functionality enables a user to reuse a sketch by referencing it in multiple features without copying it?
- Sketch Reuse
- Shared Sketch
- Derived Sketch (Correct answer)
- Mirror Sketch
Correct answer: Derived Sketch
A Derived Sketch creates a linked copy of an existing sketch on the same or a parallel plane, staying synchronized with the original.
Which SOLIDWORKS feature allows you to drive multiple configurations from a single external Excel spreadsheet?