Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbSpline::modifyPositionAndTangent Method
Syntax
C++
bool modifyPositionAndTangent(double param, const OdGePoint3d& point, const OdGeVector3d* deriv);

Modifies the position and tangent of the point with a specified parameter. 

 

Parameters
Description
param
[in] Parameter value of the point.
point
[in] New position of the point.
deriv
[in] New value of the tangent vector at the point.

Returns true if and only if the point has successfully been adjusted.

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