Close

Relief for ODA Team in Ukraine

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

Creates a rectangular pyramid body in the geometry modeler object. 

 

Parameters
Description
ptOrigin
[in] A point that defines the position of the pyramid.
xLength
[in] A length of the pyramid along the X-axis.
yLength
[in] A length of the pyramid along the Y-axis.
height
[in] A height of the pyramid.

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

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