NurbsSurface.knotsV Property
Parent Object:
NurbsSurfaceDefined in namespace "adsk::core" and the header file is <Core/Geometry/NurbsSurface.h>
Description
Get the knot vector from the V direction
Syntax
"nurbsSurface_var" is a variable referencing a NurbsSurface object.
# Get the value of the property. propertyValue = nurbsSurface_var.knotsV
|
"nurbsSurface_var" is a variable referencing a NurbsSurface object.
#include <Core/Geometry/NurbsSurface.h>
// Get the value of the property. std::vector<double> propertyValue = nurbsSurface_var->knotsV();
|
Property Value
This is a read only property whose value is an array of type double.
Version
Introduced in version August 2014