IncludeGeometry <filename>
Description
Merges the clump constructed by reading the specified script file with the current clump under construction. The materials of the merged polygons are replaced with the current material.
Arguments
filename Filename of the script file to read.
Comments
IncludeGeometry 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 IncludeGeometry keyword with a ClumpBegin ClumpEnd block.
The materials of the polygons read from the script file are replaced with the current material.
API Equivalent