GetNormalizedUFromU (NurbsCurve) *
Description
Returns the normalized equivalent of U value.
Scripting Syntax
NurbsCurve.GetNormalizedUFromU( UValue )
C# Syntax
Double NurbsCurve.GetNormalizedUFromU( Double in_dUValue );Parameters
|
Parameter |
Type |
Description |
|
UValue |
The UValue from which we want the Normalized equivalent. |
Return Value
Examples
VBScript Example
set oRoot = Application.ActiveProject.ActiveScene.Root
set oArc = oRoot.AddGeometry( "Arc", "NurbsCurve" )
UNormalized = oArc.ActivePrimitive.Geometry.Curves(0).GetNormalizedUFromU( 3.0 )
LogMessage "The normalized equivalent of 3.0 is U :" & UNormalizedAutodesk Softimage v7.5