Returns true if the CPU is capable of executing Cognex 3D operations, returns false otherwise.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 73.0.0.0
public static bool CPUCanExecute3D()
public static bool CPUCanExecute3D()
Public Shared Function CPUCanExecute3D As Boolean
Public Shared Function CPUCanExecute3D As Boolean
public:
static bool CPUCanExecute3D()
public:
static bool CPUCanExecute3D()
Return Value
Type:
BooleanTrue if the CPU can execute 3D operations, false otherwise.
If your CPU cannot execute 3D operations, it may because the CPU does not support Intel's AVX2 instruction set.