PDA

View Full Version : Accessing parameters in expressions


j3st3r
03-17-2008, 09:31 AM
Hi,

I like to access parameters (like curve length) in expressions. I can't actually do this. Anybody would help?

Thanks,



Jester

CiaranM
03-17-2008, 11:34 AM
Hi,
you cannot directly access the curve length value from an expression. You'll need to write a SCOP to read the value and write it to a custom parameter, which you'll then be able to link to an expression. Make sure that your SCOP has 'Always evaluate' enabled.

j3st3r
03-17-2008, 03:05 PM
Thanks a lot! I'll do that