Close

Relief for ODA Team in Ukraine

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

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

 

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

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

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