API Reference > Classes > Export Classes > TB_IFCEXPORT Namespace > Classes > OdInstanceExporter Class > OdInstanceExporter Methods > OdInstanceExporter::createCircle Method
OdInstanceExporter::createCircle Method
Syntax
C++
static OdDAIObjectId createCircle(OdIfcModel* model, const OdDAIObjectId& position, const double radius);
Parameters 
Description 
OdIfcModel* model 
[in] pointer to IFC model.  
const OdDAIObjectId& position 
[in] local coordinate system with the origin at the center of the circle.  
const double radius 
[in] radius of the circle. Must be positive.
 

IfcCircle handle.

Creates a handle representing an IfcCircle. 

 

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