Returns the U normalized value (Double) of this NurbsSample on the NurbsSurface.
set oCube = ActiveSceneRoot.AddGeometry("Cube","NurbsSurface") set oSurface = oCube.ActivePrimitive.Geometry.Surfaces(0) for each oNurbsSample in oSurface.NurbsSamples logmessage "The U normalized value of this sample is: " & oNurbsSample.UNormalized next |