Click or drag to resize
SoCudaApiResetParameters Method

This function resets the internal list of parameters for the specific list.

Namespace: OIV.Inventor.Cuda
Assembly: OIV.Inventor.Cuda (in OIV.Inventor.Cuda.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
public static SoCudaSoCudaErrors ResetParameters(
	SoCudaHandle handle
)

Parameters

handle
Type: OIV.Inventor.CudaSoCudaHandle

The function CUDA handle.

Return Value

Type: SoCudaSoCudaErrors

Operation result error code.

Remarks

This function should be called before each launch in order to reset the parameters, then the setParameter* function can be called to update the parameters.

See Also