Object Hierarchy | Related C++ Class: NurbsSurface
NurbsSurface
The NurbsSurface object gives access to the X3DObject's NurbsSurface geometry.
| Application | Categories | ControlPoints ![]() | FullName ![]() |
| Help | Index ![]() | Knots ![]() | Name ![]() |
NbPoints ![]() | NestedObjects | NurbsSamples ![]() | Origin |
| OriginPath | Parent | Points ![]() | Samples ![]() |
Segments ![]() | SubComponent ![]() | TrimCount ![]() | Type ![]() |
UKnots ![]() | VKnots ![]() | ||
set oObject = ActiveSceneRoot.AddGeometry("Sphere","NurbsSurface")
set oNurbsSurfaceMesh = oObject.ActivePrimitive.Geometry
set oNurbsSurface = oNurbsSurfaceMesh.Surfaces(0) |