Close

Relief for ODA Team in Ukraine

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

Retrieves the start length of the curve segment.

Parameters
Description
len
[out] A placeholder for a double value that contains the start length.

true if the start length was successfully calculated and returned to a calling subroutine; otherwise, the method returns false.

The method calculates the start length, stores it in the passed parameter, and returns it to a calling subroutine. The start length is calculated accordingly to the segment placement location.

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