Settings for 'Create Separate Assembly' option

CWFlexLM License Manager

Settings for 'Create Separate Assembly' option

When multiple nesting layouts are generated after the execution of a nesting job, CAMWorksNesting lists all the nested layouts under the Configurations Manager Tab of SolidWorks. These nested layouts are saved as a part of a single assembly file. (.sldasm)

When the Create Separate Assembly checkbox option in the Nesting  Data group box of the 'Create Nesting Job' dialog is checked, the multiple nested layouts generated after execution of the nesting job will each be saved as a separate assembly file.

You can assign the default settings whether the Create Separate Assembly checkbox should remain checked or unchecked whenever the 'Create Nesting Job' dialog for executing a new nesting job. This particular setting is available in the DefaultValues.ini file.  

 

Editing the settings for 'Create separate assembly' in DefaultValues.ini

  1. Open the file named DefaultValues.ini located in the CAMWorks Installation folder.
  2. Observe the section named [NestingData].  
  3. The  setting for enabling/disabling the option to create separate assembly for each nested layout after the execution of nesting job is given in Lines 13 and 14 under the [NestingData] section.
  4. The flag named 'CreateSeparateAssembly' indicates whether the 'Create Separate Assembly' checkbox option will be checked or unchecked when the 'Create Nesting Job' dialog is displayed.
  5. When the 'CreateSeparateAssembly' flag is set to '0', the 'Create separate assembly' checkbox will remain unchecked by default whenever the 'Create Nesting Job' dialog is displayed for a new nesting job. This is the default setting at the time of installation.

[NestingData]

...

...

;Options for CreateSeparateAssembly: 0 : No, 1 : Yes

CreateSeparateAssembly = 0

 

  1. When set to '1', the 'Create separate assembly' checkbox will remain checked by default whenever 'Create Nesting Job' dialog is opened.

[NestingData]

...

...

;Options for CreateSeparateAssembly: 0 : No, 1 : Yes

CreateSeparateAssembly = 1