Our 3D CAD supplier models have been moved to 3Dfindit.com, the new visual search engine for 3D CAD, CAE & BIM models.
You can log in there with your existing account of this site.
The content remains free of charge.
The old project
din_80705.prj
with the value range
variable DIN962THREAD has been split in 2 target
projects din_80705_r.prj
and din_80705_l.prj
with a fixed variable
DIN962THREADVIS.
In this case, depending of the selection on the left side (old project) different target projects have to be opened on the right side. For this create fitting Conditions for all needed target projects.
In this case an automatic assignment was possible only partly: The first target project has been recognized automatically, the second not. And no conditions have been created.
Test both value range values. When selecting Left-hand thread, on the right, the wrong target project is displayed.
Click on
Add condition and in the opened dialog Edit algorithm, enter the first formula
for the project din_80705_r.prj
.
DIN962THREAD.EQ.''
With a click on create the second target project.
-> The dialog box Search or select project is opened. On the tabbed page Choose, select the desired target project.[71]
Scroll down in order to see the second project.
Click on Add condition and in the opened dialog box Edit algorithm, enter the second condition.
DIN962THREAD.EQ.' LH'
Note | |
---|---|
When opening the value range field, in brackets behind the display value, you can see the internal value (which is the relevant).
At mouseover a tooltip is displayed.
|
Pay attention to the exact syntax. In this example, there is an empty space before "LH". If you are not quite sure, you can find the exact syntax in the Variable Manager, in the Attribute algorithm of the variable DIN962THREAD. Here, you have Copy & Paste available as well.
IF(DIN962THREADVIS.EQ.'Linksgewinde')THEN DIN962THREAD=' LH' ELSEIF(DIN962THREADVIS.EQ.'Rechtsgewinde')THEN DIN962THREAD='' ENDIF
For testing, select a few different rows with both value range options. If on the right side, always the correct target project with correct value range value is displayed, everything is ok and you can click on Verify all mappings .