Close

Relief for ODA Team in Ukraine

Learn more
ODA BimRv SDK
OdLevelInfo::Create Method
Syntax
C++
static OdLevelInfoPtr Create(OdDAIObjectId BuildingStorey, OdDAIObjectId LocalPlacement, double height, double elevation, double scaleFactor, bool isPrimaryLevel);

Creates an IFCLevelInfo. 

 

Parameters
Description
height
[in] height of the level.
elevation
[in] elevation of the level.
scaleFactor
[in] scale factor.
isPrimaryLevel
[in] True if this is primary level, false otherwise.
buildingStorey
[in] building storey handle (IfcBuildingStorey).
localPlacement
[in] local placement handle (IfcLocalPlacement).

IFCLevelInfo object.

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