API Reference > Classes > Hosted Object Classes > OdBmArcWall Class > OdBmArcWall Methods > OdBmArcWall::set Method (OdBmGCurvePtr&, OdBmObjectId&, OdBmObjectId&, double, double, bool, bool)
OdBmArcWall::set Method (OdBmGCurvePtr&, OdBmObjectId&, OdBmObjectId&, double, double, bool, bool)
Syntax
C++
OdResult set(const OdBmGCurvePtr& pGCurve, const OdBmObjectId& idLevel, const OdBmObjectId& idWallType, const double dHeight, const double dOffset, const bool isFlip, const bool isStructural);
Parameters 
Description 
const OdBmGCurvePtr& pGCurve 
[in] Input base curve of ArcWall.  
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 ArcWall 

 

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