Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeNurbCurve3d::addControlPointAt Method
Syntax
C++
bool addControlPointAt(double newKnot, const OdGePoint3d& point, double weight = 1.0);

Adds a control point at the specified knot. 

 

Parameters
Description
newKnot
[in] The knot parameter to add the control point at.
point
[in] Coordinates of the control point to be added.
weight
[in] The weight to be assigned to the control point.

true if and only if the control point is added successfully.

If called for a non-rational spline, weight is ignored.

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