Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
sdaiAccessModelBN Function
Syntax
C++
DAI_EXPORT SdaiModel sdaiAccessModelBN(SdaiRep repository, SdaiString modelName, SdaiAccessMode mode);

Opens a specified model in a specified mode. The model is specified by its repository and name.

Parameters
Description
repository
[in] A repository that owns the model. The function searches the model in this repository by the name.
modelName
[in] A model name.
mode
[in] An open mode.

A pointer to the open model if the function successfully opens the model; otherwise, the function returns the NULL value.

File: sdai.h

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