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