Render Toolbox 3  v2.1
 All Functions Groups Pages
Functions
Example Documentation

Dummy functions to Explain Documentation. More...

Functions

 BasicFunction ()
 This is an basic example function.
 
outValue GreatFunction (inArg)
 This is a regular example function.
 
outOne outTwo SuperDuperFunction (inOne, inTwo)
 This is a longer example function.
 

Detailed Description

Dummy functions to Explain Documentation.

RenderToolbox3 functions are documented in groups of related functions called Modules. Each module gets its own page with:

Function Documentation

BasicFunction ( )

This is an basic example function.

This is an example function to help explain how the function reference works. It takes no arguments and returns nothing.

Usage: basicFunction()

outValue GreatFunction ( inArg  )

This is a regular example function.

Parameters
inArgan input argument

This is an example function to help explain how the function reference works. It takes one argument, inArg.

It returns one output value.

Usage: outValue = GreatFunction(inArg)

outOne outTwo SuperDuperFunction ( inOne  ,
inTwo   
)

This is a longer example function.

Parameters
inOnethe first input argument
inTwothe second input argument

This is an example function to help explain how the function reference works. It takes two arguments, inOne and inTwo.

It returns two output values.

Usage: [outOne, outTwo] = SuperDuperFunction(inOne, inTwo)