CogMisc SaveShapeModelsToCVLFile Method Cognex VisionPro 9.5
Save a shape model collection to a CVL archive.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 69.0.0.0
Syntax

public static void SaveShapeModelsToCVLFile(
	string fileName,
	ICogShapeModelCollection shapes,
	ICogImage shapeImage
)

Parameters

fileName
Type: System String
The name of the source file.
shapes
Type: Cognex.VisionPro ICogShapeModelCollection
The shape model collection to be written to a CVL archive.
shapeImage
Type: Cognex.VisionPro ICogImage
An image whose coordinate space tree aids in the determination of handedness.
See Also