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