Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
OdIfcModelerGeometry::rightCircularCone Method
Syntax
C++
virtual OdResult rightCircularCone(const OdGePoint3d& ptOrigin, double height, double bottomRadius) = 0;

Creates a right circular cone body in the geometry modeler object. 

 

Parameters
Description
ptOrigin
[in] A point that defines the position of cone.
height
[in] A height of the cone.
bottomRadius
[in] A radius of the cone.

Returns the operation result code: eOk if the cone was successfully created; otherwise, the method returns an appropriate error code.

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