GetConvectOverlapArea

Returns a true or false value that indicates whether the retrieve operation is successful. When the operation is successful, the function returns the overlap area between the primary and secondary selection elements in a convective coupling.

Calling convention:

bool GetConvectOverlapArea (double* val)
Note:

To access this method, you must use the GetTMGFunction method and include the AdditionalFunctions.h file located in the [installation_path]\tmg\include\maya\expeval_utils folder in the beginning of your source file.

Argument Data type Description
val double* The overlap area between the primary and secondary selection elements in convective coupling.

For the example, see the GetAreaBC method.