GenerativeComponents Help

How to use the ByFunction technique

The primary properties of the ByFunction technique are the Function property and the FunctionArguments property. The Function value can be any expression that resolves to a function definition, such as the name of a global function. Most commonly, that value is an anonymous function we've defined specifically for that context. FunctionArguments is a list of the arguments that will be provided to that function whenever the node is updated.