API Reference > Classes > Hosted Object Classes > OdBmSWall Class > OdBmSWall Methods > OdBmSWall::set Method (OdBmGLinePtr&, OdBmObjectId&, OdBmObjectId&, double, double, bool, bool)
OdBmSWall::set Method (OdBmGLinePtr&, OdBmObjectId&, OdBmObjectId&, double, double, bool, bool)
Syntax
C++
OdResult set(const OdBmGLinePtr& pGCurve, const OdBmObjectId& idLevel, const OdBmObjectId& idWallType, const double dHeight, const double dOffset, const bool isFlip, const bool isStructural);
Parameters 
Description 
const OdBmGLinePtr& pGCurve 
[in] Input base line of Wall.  
const OdBmObjectId& idLevel 
[in] Input ID of Level.  
const OdBmObjectId& idWallType 
[in] Input ID of WallType.  
const double dHeight 
[in] Input height of Wall.  
const double dOffset 
[in] Input base offset of Wall(its vertical placement).  
const bool isFlip 
[in] Input change which side of the wall is considered to be the inside and outside of the wall.  
const bool isStructural 
[in] Input sets whether the wall is structural. 

Creates rectangular Wall 

 

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