![]() |
• World Manager | ||||||||
|
API Links
Developer Links
|
class GenericModelDefined in:
The C4Models.hGenericModel class represents a generic model node in a world.
Definition
Member Functions
Constructor
Parameters
Description
The GenericModel class serves as the root node for a generic model in a world. An instance of GenericModel should be constructed to explicitly create a model that does not have a type that was previously registered through the ModelRegistration class.When a GenericModel node is created, the model resource specified by the name parameter is loaded as a subtree of the GenericModel node. If another GenericModel node already exists for the same name, then the resource is not reloaded, but a clone of the existing model is created to share the same object data.If no model resource matching the name parameter can be found, then no subnodes are created beneath the GenericModel node.
Base Classes
See Also
|