Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
IfcModelMaterialFiller::createMaterialLayerSetUsage Method
Syntax
C++
OdIfc::OdIfcInstancePtr createMaterialLayerSetUsage(const OdDAIObjectId ifcMaterailSet, const OdAnsiString& ifcLayerSetDirection, const double & offsetFromReferenceLine);

Creates an instance of IfcMaterialLayerSetUsage within a model.

Parameters
Description
ifcMaterailSet
[in] OdDAIObjectId db handle of the IfcMaterialLayerSet set to which the usage is applied.
ifcLayerSetDirection
[in] OdAnsiString that defines orientation of the material layer set relative to element reference geometry.
offsetFromReferenceLine
[in] offset of the material layer set base line (MlsBase) from reference geometry (line or plane) of element.

A pointer to the created and appended to the model entity.

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