|
 |
kurtz le pirate <kur### [at] gmail com> wrote:
> Find the solution.
>
> #declare fnK = function(u,v) { ... }
> parametric {
> function { fnK(u,v)*(...) }
> function { fnK(u,v)*(...) }
> function { fnK(u,v)*(...) }
>
> Must also specify the parameters for fnK().
Yes. This is what I often refer to as "daisy-chaining".
https://www.props4shows.co.uk/Portals/1/product/images/prd35729f1d-79d7-4e7b-9f10-8aa76ed62377.jpg
One function depends on the result of another function, which may depend on yet
another function....
Post a reply to this message
|
 |