Description
Sets up a modeling context for prototype declaration and clump creation. Prototype clumps declared within an RwModelBegin() RwModelEnd() block may subsequently be "instanced" when building further prototypes or the desired model.
Arguments
None.
Return Value
TRUE if successful, and FALSE otherwise.
Comments
An RwModelBegin() RwModelEnd() block may have any number of prototype clump declarations but must have one, and only one, top-level RwClumpBegin() RwClumpEnd() block.
See Also