The Cog3DGraphicFactory type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Create |
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:
| |
| CreateMultiple |
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:
|
See Also