AGI AgAsHpopPlugin 11 Send comments on this topic.
SetReflectanceInBodyParamPartials Method (IAgAsLightReflectionResultEval)
See Also 
Index
ReflectXwrtParam
ReflectYwrtParam
ReflectZwrtParam





Description

Sets the partial derivatives of the body components of reflectance wrt the registered parameter specified by Index. Uses internal units.

Syntax

[Visual Basic .NET]
Public Sub SetReflectanceInBodyParamPartials( _
   ByVal Index As Integer, _
   ByVal ReflectXwrtParam As Double, _
   ByVal ReflectYwrtParam As Double, _
   ByVal ReflectZwrtParam As Double _
) 

[C#]
public void SetReflectanceInBodyParamPartials(
int Index,
double ReflectXwrtParam,
double ReflectYwrtParam,
double ReflectZwrtParam
);

[Managed C++]
public: void SetReflectanceInBodyParamPartials(
int Index,
double ReflectXwrtParam,
double ReflectYwrtParam,
double ReflectZwrtParam
);

[Java]
public  setReflectanceInBodyParamPartials(
int Index,
double ReflectXwrtParam,
double ReflectYwrtParam,
double ReflectZwrtParam
);

[Unmanaged C++]
public: HRESULT SetReflectanceInBodyParamPartials(
long Index,
double ReflectXwrtParam,
double ReflectYwrtParam,
double ReflectZwrtParam
);

Parameters

Index
ReflectXwrtParam
ReflectYwrtParam
ReflectZwrtParam

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1