NurbsSurface.propertiesU Property
Parent Object:
NurbsSurfaceDefined in namespace "adsk::core" and the header file is <Core/Geometry/NurbsSurface.h>
Description
Gets the properties (NurbsSurfaceProperties) of the surface in the U direction.
Syntax
"nurbsSurface_var" is a variable referencing a NurbsSurface object.
# Get the value of the property. propertyValue = nurbsSurface_var.propertiesU
|
"nurbsSurface_var" is a variable referencing a NurbsSurface object.
#include <Core/Geometry/NurbsSurface.h>
// Get the value of the property. NurbsSurfaceProperties propertyValue = nurbsSurface_var->propertiesU();
|
Property Value
This is a read only property whose value is a
NurbsSurfaceProperties.
Version
Introduced in version August 2014