Cog3DGraphicFactory ClassCognex VisionPro
This class is a 3D graphic factory class that can create the graphic wrapper for ICogVisionData, Shapes, etc.
Inheritance Hierarchy

System Object
  Cognex.VisionPro3D Cog3DGraphicFactory

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

public static class Cog3DGraphicFactory

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