UNormalized (NurbsSample) *
Description
Returns the U normalized value (Double) of this NurbsSample on the NurbsSurface.
C# Syntax
// get accessor Double rtn = NurbsSample.UNormalized;
Examples
VBScript Example
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
nextSee Also
|
|
Autodesk Softimage v7.5