04-26-2018 05:09 PM
I am trying to drive an angle expression value down an assembly. I use Interpart expressions and link up to the top level assy expression. This works all fine. But I would like to be able to control the angles that can be set. Here I thought I would use a "List" expression type. I can create the list but I am unable to get the "driver" expression which is set an angle to accept the list input. Any suggestions on what I might be doing wrong here?
Solved! Go to Solution.
04-27-2018 05:50 AM
Hello Ryan,
you have to add a new expression with the formula nth().
With this string you can use the expression "Driver" and the list to select the right value from the list.
But pay attention to the units.
Best regards,
Christian
04-27-2018 10:29 AM
Ryan the name of the list needs to match the driving expression with the _options put on the end. See the image below.
Pick from a list
Scott
04-27-2018 02:21 PM
04-27-2018 02:50 PM
04-27-2018 03:08 PM
04-27-2018 03:12 PM
04-27-2018 04:54 PM
There's an acronym (or more correctly, and initialism) for that...
RTFM ;-)
(read the "F adverb of your choice" manual)
Production: NX10.0.3.5 MP16/TC11.2
I'd rather be e-steamed than e-diseaseled
04-30-2018 02:13 PM