Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
OdIfcCurveSegment::calculateHeights Method
Syntax
C++
bool calculateHeights(double len, double& height) const;

Calculates the height of the curve segment.

Parameters
Description
len
[in] A length of the curve segment.
height
[out] A placeholder for a double value that contains the calculated height.

true of the height was successfully calculated; otherwise, the method returns false.

The method calculates the height value, stores it in the passed placeholder parameter, and returns it to a calling subroutine.

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