|
发表于 2022-7-7 22:33:03
|
显示全部楼层
Generally speaking, I want to use a reference parameter as a variable in a constraints expression without having to find any math expression for it.
Obviously it's always possible to find an expression for a reference parameter, since it is a function of the constraints, but I just don't need it.
Actually, I "solved" the problem in this way:
http://dl.dropbox.com/u/12174476/MAM/Esercitazione%204/Fairbairn.dwg
The grey vertical lines on the left has the same lenght of the reference parameter I want to use. Everytime I change the position of the white linkage (by changing fi2), the grey line change it's lenght.
So, I'm just copying the value of that lenght into the constraint applied on the green line, and then I'm using that constraint as "variable" in other constraint's expression.
So, I have to use a contraint which is the copy of a reference parameter, and I have to copy it by hand, instead of just using the value of the reference parameter.
LISP could probably be a solution, but actually I'll spend more time learning how to do than doing it by hand. |
|