DriveWorks Models and Generation

Hello

I have captured several models in my DW, but depending on the configuration chosen, they will not all be used.

What is the maneuver to prevent it from generating models that will be useless anyway? (drive by choice of Combo Box type)

Thank you


models.jpg

Hello

Personally I use the function "IF(" by putting the desired name if TRUE and "delete" if FALSE.

IF(ComboBoxTRUE,"FileName","delete")

This way, unnecessary parts will not be generated.

Kind regards.

 

 

1 Like

Johan's answer is correct.

For more info on what is possible with a "File Name" rule:

http://help.driveworkssolo.com/Topic/ModelFileNameRule

1 Like