Creates a list of Cog3DVisionDataGraphicBase graphic wrappers from the CogVisionDataContainer input if it is supported.
In case the input type is not supported, it return null or throws a NotSupportedException
based on the value of the throwIfNotSupported argument.
The following CogVisionDataContainers are supported:
Namespace: Cognex.VisionPro3D- If it is a flat CogVisionDataContainer and all of its entries are CogImage16Range.
- If its entries are CogVisionDataContainer themselves and each of those elements contains in turn exactly one CogImage16Range and one CogImage16Grey.
Assembly: Cognex.VisionPro3D.Graphic (in Cognex.VisionPro3D.Graphic.dll) Version: 75.1.0.0
Syntax
Parameters
- visionDataContainer
- Type: Cognex.VisionPro CogVisionDataContainer
- throwIfNotSupported
- Type: System Boolean
Return Value
Type: List Cog3DVisionDataGraphicBaseSee Also