- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
It appears that while the 'plane along path' function within construct will accept a user parameter (variable) for the distance, but once entered it converts it to a constant value. Changing the user parameter has no effect and returning to edit the distance shows that it is now a constant. This is not the way 'plane at angle', for instance, works where the angle is truly a modifiable parameter.
The behavior is even more odd at closer examination. If you look at the program constructed parameters each time the distance value is changed with edit feature, a new variable is assigned and the old one is left in place. This may be why it is not using the user parameter - it is assigning another!
This is what I did
Created a sketch
Created a circle
Exited sketch
Created plane along path
There is now one variable in the program created parameters
Edited the feature and entered a different distance
Now there are two variables in the program parameters
Made a user parameter
Edited the distance by entering my variable name
Now there are three program parameters and 1 user parameter
If I directly edit the last program parameter in change parameter it does indeed change the plane without creating another parameter
Something seems to be amiss.
Solved! Go to Solution.