Cog3DDisplayV2WF GetLostAndFoundGeometryGraphics Method Cognex VisionPro
Returns all the Cog3DGeometryGraphicBase graphic items that has been added to the display but its SelectedSpaceName3D could not be resolved because either: - the SelectedSpaceName3D of the geometry graphic can not be found in the associated VisionData's 3D coordinate space tree - or there is something wrong with the associated VisionData's 3D coordinate space tree and therefore it could not be rendered

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

public List<Cog3DGeometryGraphicBase> GetLostAndFoundGeometryGraphics()

Return Value

Type: List Cog3DGeometryGraphicBase 
Returns all the Cog3DGeometryGraphicBase graphic items that has been added to the display but its SelectedSpaceName3D could not be resolved

Implements

ICog3DDisplayV2 GetLostAndFoundGeometryGraphics 
See Also