SoCudaApiResetParameters Method |
This function resets the internal list of parameters for the specific list.
Namespace: OIV.Inventor.CudaAssembly: OIV.Inventor.Cuda (in OIV.Inventor.Cuda.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic static SoCudaSoCudaErrors ResetParameters(
SoCudaHandle handle
)
Public Shared Function ResetParameters (
handle As SoCudaHandle
) As SoCudaSoCudaErrors
public:
static SoCudaSoCudaErrors ResetParameters(
SoCudaHandle^ handle
)
static member ResetParameters :
handle : SoCudaHandle -> SoCudaSoCudaErrors
Parameters
- handle
- Type: OIV.Inventor.CudaSoCudaHandle
The function CUDA handle.
Return Value
Type:
SoCudaSoCudaErrorsOperation 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