Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
OdIfcSegmentedReferenceCurve::getCantValues Method
Syntax
C++
OdResult getCantValues(int numSegments, OdGePoint2dArray & cantValues);

Retrieves a function graph of curvatures for the underlying segment curves.

Parameters
Description
numSegments
[in] A number of segments for the approximation.
cantValues
[out] An array of 2-dimensional approximation points (parameter value, cant value).

eOk if cant values were calculated successfully; otherwise, the method returns an appropiate error code.

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