API Reference > Classes > Export Classes > TB_IFCEXPORT Namespace > Classes > OdInstanceExporter Class > OdInstanceExporter Methods > OdInstanceExporter::createEllipse Method
OdInstanceExporter::createEllipse Method
Syntax
C++
static OdDAIObjectId createEllipse(OdIfcModel* model, const OdDAIObjectId& position, const double semiAxis1, const double semiAxis2);
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 semiAxis1 
[in] radius in the direction of X in the local coordinate system.  
const double semiAxis2 
[in] radius in the direction of Y in the local coordinate system.
 

IfcEllipse handle.

Creates a handle representing an IfcEllipse. 

 

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