CogMisc CPUCanExecute3D Method Cognex VisionPro 9.7
Returns true if the CPU is capable of executing Cognex 3D operations, returns false otherwise.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 73.0.0.0
Syntax

public static bool CPUCanExecute3D()

Return Value

Type: Boolean
True if the CPU can execute 3D operations, false otherwise.
Remarks

If your CPU cannot execute 3D operations, it may because the CPU does not support Intel's AVX2 instruction set.
See Also