CSWP - Certified Solidworks Professional Creating and Modifying Configurations Questions and Answers 1 — Questions and Answers
Question 1: You have a part with two configurations: 'Short_Version' and 'Long_Version'. You need to change an extrusion length from 50mm to 100mm, but for the 'Long_Version' configuration ONLY. Which is the correct procedure after activating the 'Long_Version' configuration?
- Double-click the feature to show its dimensions, double-click the 50mm dimension, enter 100mm, and from the dropdown list next to the value, select 'This Configuration'. (Correct answer)
- Right-click the feature, select 'Edit Feature', and change the depth value to 100mm. This automatically applies only to the active configuration.
- Create a new global variable named 'Length' with a value of 100mm and link the dimension to this variable.
- Delete the existing extrusion and create a new one with a 100mm depth while the 'Long_Version' configuration is active.
Correct answer: Double-click the feature to show its dimensions, double-click the 50mm dimension, enter 100mm, and from the dropdown list next to the value, select 'This Configuration'.
When modifying a dimension in a part with multiple configurations, SOLIDWORKS provides a scope dropdown menu. To apply the change only to the currently active configuration, you must explicitly choose 'This Configuration'. The default setting is 'All Configurations', which would incorrectly change both versions.
Question 2: Which of the following scenarios is the MOST suitable application for using a Design Table?
- Creating a single, complex part with many inter-dependent features that will not change.
- Managing a family of parts with 2 or 3 variations where only one dimension changes.
- A part requiring 30 distinct configurations, each with unique dimension values, feature suppression states, and custom properties. (Correct answer)
- Linking the dimensions of a part to the dimensions of another part in an assembly.
Correct answer: A part requiring 30 distinct configurations, each with unique dimension values, feature suppression states, and custom properties.
Design Tables excel at efficiently creating and managing a large number of configurations from a single spreadsheet interface. This is ideal for complex part families where multiple parameters like dimensions, feature suppression, and material properties change for each instance.
Question 3: In a part with 'Default' and 'Machined' configurations, you add a new hole feature while the 'Machined' configuration is active. By default, this new feature is suppressed in the 'Default' configuration. Which setting is responsible for this behavior?
- The 'Link to Parent' option in the derived configuration properties.
- The 'Suppress new features in other configurations' option in the System Options.
- The 'Suppress new features' option in the advanced properties of the 'Default' configuration. (Correct answer)
- The automatic feature ordering based on creation time.
Correct answer: The 'Suppress new features' option in the advanced properties of the 'Default' configuration.
In the Configuration Properties dialog box, under Advanced Options, there is a checkbox for 'Suppress new features'. When this is checked for a specific configuration, any new features created in *other* configurations will be automatically suppressed in the configuration where the option is enabled. This prevents unintended geometry from appearing in older or different configurations.
Question 4: What is the primary characteristic of a derived configuration?
- It must be controlled by a Design Table.
- It cannot be modified once created and always matches its parent.
- It is always a simplified version of the parent configuration used for performance.
- It inherits all its initial parameters from a parent configuration but can be modified independently, breaking the link for that specific parameter. (Correct answer)
Correct answer: It inherits all its initial parameters from a parent configuration but can be modified independently, breaking the link for that specific parameter.
A derived configuration creates a parent-child relationship. Initially, it is an exact copy of the parent. If a parameter in the parent is changed, it propagates to the child. However, you can override any parameter in the derived configuration, which breaks the link for that specific parameter, allowing it to be controlled independently.
Question 5: You need to assign a unique Part Number and specify a different Material for each configuration of a part. Where are these configuration-specific properties managed?
- In the Equations dialog box.
- In the 'Configuration Specific' tab of the File > Properties dialog box. (Correct answer)
- In the 'Custom' tab of the File > Properties dialog box.
- In the Display Manager.
Correct answer: In the 'Configuration Specific' tab of the File > Properties dialog box.
The 'Configuration Specific' tab within the Properties dialog is designed specifically to assign unique values for custom properties (like Part Number) and other attributes (like Material) to each individual configuration within the part file.
Question 6: To suppress a feature in some configurations but not others, the most direct manual method is to right-click the feature and select 'Configure Feature'. What does this command do?
- It launches an external Excel application to create a new Design Table.
- It opens the 'Modify Configurations' dialog box, showing a table of configurations and the feature's suppression state for each. (Correct answer)
- It automatically suppresses the feature in all configurations except the active one.
- It opens the Feature Properties dialog, where you can only suppress the feature for 'This Configuration' or 'All Configurations'.
Correct answer: It opens the 'Modify Configurations' dialog box, showing a table of configurations and the feature's suppression state for each.
The 'Configure Feature' command opens the 'Modify Configurations' dialog box. This powerful tool presents a simple, table-like interface where you can view all configurations as rows and control the suppression state (and other parameters) of the selected feature for each one by simply checking or unchecking boxes, without needing to create a full Excel-based Design Table.
You have a part with two configurations: 'Short_Version' and 'Long_Version'.
You need to change an extrusion length from 50mm to 100mm, but for the 'Long_Version' configuration ONLY.
Which is the correct procedure after activating the 'Long_Version' configuration?