Cog3DTransformRigid LoadFromCvlArchive Method Cognex VisionPro
Load a list of transforms from a CVL archive. The purpose of this function is to provide access to transforms stored from legacy 3DLocate tool.

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

public static List<Cog3DTransformRigid> LoadFromCvlArchive(
	string archiveName
)

Parameters

archiveName
Type: System String
The name of the CVL archive

Return Value

Type: List Cog3DTransformRigid 
A list containing the loaded Transforms.
Remarks

This method is for Cognex internal usage only.
See Also