API Reference > Classes > Export Classes > TB_IFCEXPORT Namespace > Classes > OdLevelInfo Class > OdLevelInfo Methods > OdLevelInfo::Create Method
OdLevelInfo::Create Method
Syntax
C++
static OdLevelInfoPtr Create(OdDAIObjectId BuildingStorey, OdDAIObjectId LocalPlacement, double height, double elevation, double scaleFactor, bool isPrimaryLevel);
Parameters 
Description 
double height 
[in] height of the level.  
double elevation 
[in] elevation of the level.  
double scaleFactor 
[in] scale factor.  
bool isPrimaryLevel 
[in] True if this is primary level, false otherwise.
 
buildingStorey 
[in] building storey handle (IfcBuildingStorey).  
localPlacement 
[in] local placement handle (IfcLocalPlacement).  

IFCLevelInfo object.

Creates an IFCLevelInfo. 

 

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.