Cog3DGraphicFactory MethodsCognex VisionPro 9.5

The Cog3DGraphicFactory type exposes the following members.

Methods

  NameDescription
Public methodStatic memberCreate
Creates a Cog3DVisionDataGraphicBase graphic wrapper from the ICogVisionData input if it is supported. In case the input type is not supported, it returns null or throws a NotSupportedException based on the value of the throwIfNotSupported argument. The following types are supported:
Public methodStatic memberCreateMultiple
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.
Top
See Also