Preview | SOLIDWORKS USER FORUM
Use your SOLIDWORKS ID or 3DEXPERIENCE ID to log in.
MRMarcin Rzadkowalski21/04/2020
Hello All,
Im preaty new with SolidWorks i have use Inventor before and i have some question regarding logic in DriveWorks.
In Inventor i have create some automatitisation in iLogic and i would like to do the same in SW.
My question is how i can create logic like this below in SW. Is that possible without VBA
'Spring size 1mm'
If d11<1.5 Then
Spring = 0.5
Radius_lenght = 1
'Spring size 1,5mm'
ElseIf d11>=1.5 And d11<1.8 Then
Spring = 0.75
Radius_lenght = 1.5