SoAlgorithmsCreateConvolutionInterface Method |
Returns an instance of the SoConvolution interface defined in the loaded module.
Namespace: OIV.Inventor.AlgorithmsAssembly: OIV.Inventor.Algorithms (in OIV.Inventor.Algorithms.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoConvolution CreateConvolutionInterface()
Public Function CreateConvolutionInterface As SoConvolution
public:
SoConvolution^ CreateConvolutionInterface()
member CreateConvolutionInterface : unit -> SoConvolution
Return Value
Type:
SoConvolutionInstance of the SoConvolution interface.
RemarksIf there is no loaded module it returns the default CPU version.
See Also