Returns a KnotCollection for the specified U-direction.
set oObject = ActiveSceneRoot.AddGeometry("Sphere","NurbsSurface") set oNurbsSurfaceMesh = oObject.ActivePrimitive.Geometry set oNurbsSurface = oNurbsSurfaceMesh.Surfaces(0) set oUKnots = oNurbsSurface.UKnots |