Search - User list
Full Version: opparm to give curve1 coords param values from curve2
Root » Technical Discussion » opparm to give curve1 coords param values from curve2
lynch_ppl
trying to use opparm to exchange the coordinates from one curve to another…

opparm `oppwf()`/test/curve1 coords ( `oppwf()`test/curve2/coords )

the curve1 coordinates parameter changes to

/obj/test/curve2/coords

instead of putting the values…


any ideas on how to get the actual numbers in there?
pbowmar
set coords = `chs(oppwf() + “/test/curve2/coords”)`
opparm `oppwf()`/test/curve coord $coords

or something like that )
lynch_ppl
Thanks for the help….

I got this to work…


set -g coords = `chs(oppwf() + “/model/curve2/coords”)`; opparm `oppwf()`/model/curve1 coords (“$coords”);


thank you!!!!!!!!!!!!!!
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by DjangoBB