Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
Repository::createModel Method (const OdAnsiString &, const SchemaPtr)
Syntax
C++
ModelPtr createModel(const OdAnsiString & name, const SchemaPtr schema);

Creates a new model with specified name and schema in the repository.

Parameters
Description
name
[in] An ANSI string that contains the name of the model to be created.
schema
[in] A smart pointer to the schema object for the model to be created.

A smart pointer to the created model.

Copyright © 2002-2022. Open Design Alliance All rights reserved.