Cog3DGraphicFactory CreateMultiple Method Cognex VisionPro 9.8 SR1
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:
  • 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.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D.Graphic (in Cognex.VisionPro3D.Graphic.dll) Version: 75.0.0.0
Syntax

public static List<Cog3DVisionDataGraphicBase> CreateMultiple(
	CogVisionDataContainer visionDataContainer,
	bool throwIfNotSupported
)

Return Value

Type: List Cog3DVisionDataGraphicBase 
See Also