Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeNurbSurface::getWeights Method
Syntax
C++
bool getWeights(OdGeDoubleArray& weights) const;

Retrieves the array of weights. 

 

Parameters
Description
weights
[out] Array of weight values.

true if and only if this surface has weighted control points.

The weight array is an array of double values, each value is associated with a corresponding control vertex. If the weight increases, the surface pulls toward the corresponding control point. If the weight decreases, the surface pushes from the corresponding control point.

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