API Reference > Classes > Hosted Object Classes > OdBmFloor Class > OdBmFloor Methods > OdBmFloor::set Method (OdArray<OdBmGCurvePtrArray> &, OdBmObjectId&, OdBmObjectId&, bool)
OdBmFloor::set Method (OdArray<OdBmGCurvePtrArray> &, OdBmObjectId&, OdBmObjectId&, bool)
Syntax
C++
OdResult set(const OdArray<OdBmGCurvePtrArray> & aProfiles, const OdBmObjectId& floorTypeId, const OdBmObjectId& levelId, bool isStructural);
Parameters 
Description 
const OdArray<OdBmGCurvePtrArray> & aProfiles 
[in] Input closed profiles of curves.  
const OdBmObjectId& floorTypeId 
[in] Input floor attribute id  
const OdBmObjectId& levelId 
[in] Input level id associated to profile curves  
bool isStructural 
[in] Input flag. If it's true, floor will be structural.
 

eOk if creation is successful in other cases returns appropriate error code.

Sets data for new floor

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