Close

Relief for ODA Team in Ukraine

Learn more
ODA BimRv SDK
OdInstanceExporter::createDimensionalExponents Method
Syntax
C++
static OdDAIObjectId createDimensionalExponents(OdIfcModel* model, int lengthExponent, int massExponent, int timeExponent, int electricCurrentExponent, int thermodynamicTemperatureExponent, int amountOfSubstanceExponent, int luminousIntensityExponent);

Creates a handle representing an IfcDimensionalExponents. 

 

Parameters
Description
model
[in] pointer to IFC model.
lengthExponent
[in] power of the length base quantity.
massExponent
[in] power of the mass base quantity.
timeExponent
[in] power of the time base quantity.
electricCurrentExponent
[in] power of the electric current base quantity.
thermodynamicTemperatureExponent
[in] power of the thermodynamic temperature base quantity.
amountOfSubstanceExponent
[in] power of the amount of substance base quantity.
luminousIntensityExponent
[in] power of the luminous intensity base quantity.

the handle.

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