Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
OdIfcModelFiller::createCircle Method
Syntax
C++
OdIfc::OdIfcInstancePtr createCircle(const OdGePoint2d & center, const OdGeVector2d & refDirection, double radius);

Creates an instance of IfcCircle element based on appropriate attributes.

Parameters
Description
center
[in] OdGePoint2d that determines location of center pont.
refDirection
[in] OdGeVector2d that determines direction of circle plane.
radius
[in] circle radius value.

A pointer to the created and appended to the model entity.

Copyright © 2002-2022. Open Design Alliance All rights reserved.