GetUVFromNormalizedUV (NurbsSurface) *

Description

Returns the UV value equivalent to the inputed normalized UV values.

Note: This method uses output arguments. C# and some scripting languages (such as JScript and PerlScript) don't support arguments passed by reference. However, there is a alternate version of this method which is considered safe to use with C#, JScript and PerlScript: NurbsSurface.GetUVFromNormalizedUV2.

Scripting Syntax

NurbsSurface.GetUVFromNormalizedUV( UValueNormalized, VValueNormalized, UValue, VValue )

C# Syntax

NurbsSurface.GetUVFromNormalizedUV( Double in_dUValueNormalized, Double in_dVValueNormalized, Object& out_pdUValue, Object& out_pdVValue );

Parameters

Parameter

Type

Description

UValueNormalized

Double

The normalized UValue(0.0 to 1.0) from which we want the actual U Value.

VValueNormalized

Double

The normalized VValue(0.0 to 1.0) from which we want the actual V Value.

UValue [out]

Double

The actual U value.

VValue [out]

Double

The actual V value.

Examples

• See NurbsSurface.GetUVFromNormalizedUV.1.vbs



Autodesk Softimage 2011