ds-blue-logo
Preview  |  SOLIDWORKS USER FORUM
Use your SOLIDWORKS ID or 3DEXPERIENCE ID to log in.
AAAbraham Azar22/04/2024
  1. Create part with configuration name
    • 48.96 or just 48 for example
  2. Create configuration specific property "CONFIG" = $PRP:"SW-Configuration Name"
    • Unfortunately I haven't found a way to have equations speak directly to current configuration
  3. Create global variable LEN = INT ( "CONFIG@" ), WID =  "CONFIG@" * 1000 - INT ( "CONFIG@" ) * 1000
    • SolidWorks will do its best to replace your "CONFIG@" with other text.