TOC PREV NEXT INDEX

AGCombineContourWorldInput

Synopsis

AGCombineContourWorldInput combines scalars and/or arrays for input to AGContourWorld

Input Port

input1 => &AGPrimitive[]

input2 => &AGPrimitive[]

Output Port

&output => AGPrimitive[]

Description

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.

Input Ports

input1

Array of AGPrimitive that can connect to a number of AGPrimitive scalars or one array of AGPrimitive objects.

input2

Array of AGPrimitive that can connect to a number of AGPrimitive scalars or one array of AGPrimitive objects.

Output Port

output

A combination of input1 and input2 that can connect directly to an AGContourWorld object.

Example

Not Available

File

v/AG.v

See Also Related Modules

AGContourWorld
AGGraphFieldObj

TOC PREV NEXT INDEX