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






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface