ProtoInstanceGeometry <name>
Description
Merges the prototype of the specified name with the current clump under construction. The materials of the merged polygons are replaced with the current material.
Arguments
name The name of the prototype to merge.
Comments
ProtoInstanceGeometry does not create a new child clump. It merges the polygons of the prototype with the polygons of the current clump under construction. If a new child clump is desired, surround the ProtoInstanceGeometry keyword with a ClumpBegin ClumpEnd block.
The materials of the polygons of the prototype are replaced with the current material.
API Equivalent