AGCombineContourWorldInput combines scalars and/or arrays for input to AGContourWorld
You use AGCombineContourWorldInput when it is necessary to connect two sets of arrays and/or scalars of AGPrimitive objects to one AGContourWorld . AGContourWorld has only one input; whereas, AGCombineContourWorldInput has two. It allows you to specify an array of AGPrimitive objects as one of the inputs of the World object.
Array of AGPrimitive that can connect to a number of AGPrimitive scalars or one array of AGPrimitive objects.
Array of AGPrimitive that can connect to a number of AGPrimitive scalars or one array of AGPrimitive objects.
A combination of input1 and input2 that can connect directly to an AGContourWorld object.