Include <filename>
Description
Merges the clump constructed by reading the specified script file with the current clump under construction.
Arguments
filename Filename of the script file to read.
Comments
Include does not create a new child clump. It merges the polygons of the clump read with the polygons of the current clump under construction. If a new child clump is desired surround the Include keyword with a ClumpBegin ClumpEnd block.
The materials of the polygons read from the script file are preserved.
API Equivalent