Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbCurve::extend Method (bool, const OdGePoint3d&)
Syntax
C++
virtual OdResult extend(bool extendStart, const OdGePoint3d& toPoint);

Extends this Curve object to the specified WCS point. 

 

Parameters
Description
extendStart
[in] True to extend start of curve, false to extend end of curve.
toPoint
[in] Point to which to extend.

Returns eOk if successful, or an appropriate error code if not.

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