SoAlgorithmsCreateConversionInterface Method |
Returns an instance of the SoConversion 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 SoConversion CreateConversionInterface()
Public Function CreateConversionInterface As SoConversion
public:
SoConversion^ CreateConversionInterface()
member CreateConversionInterface : unit -> SoConversion
Return Value
Type:
SoConversionInstance of the SoConversion interface.
RemarksIf there is no loaded module it returns the default CPU version.
See Also