COM object EvScene

EvApplication > EvFile > EvScenesCollection > EvScene

View the Echoview COM object hierarchy and the Echoview summary of COM objects.

The EvScene object gives you the ability access and export information about scenes in an EV file.

The EvFile.Scenes[] property lists all the scenes in an EV file and is an EvScenesCollection.

The following EvScene methods and properties are detailed below:

Methods

Properties

Export
Export3dAnalysisByRegionsByRegionTracks
Export3dRegionInspectionData

Name

 

EvScene implements the following methods and properties:

EvScene methods

Description

Export

Export(string FileName)

Summary

Export the scene to the given file.

Parameters
  • FileName
  • Name of the file to export the scene to.
Return

Whether succesful.

Export3dAnalysisByRegionsByRegionTracks

Export3dAnalysisByRegionsByRegionTracks(string FileName)

Summary

Export the scene's 3D analysis by regions by region tracks to the given file.

Parameters
Return

Whether successful.

Export3dRegionInspectionData

Export3dRegionInspectionData(string FileName, EvRegion)

Summary

Export the scene's region inspection data to the given file. The file extension dictates the export format, refer to Exporting 3D objects for more information.

Parameters
  • FileName
  • Name of the file to export to.
  • EvRegion
  • The 3D region, as specified by EvRegion.Name.
Return

Whether successful.

 

EvScene properties

Description

Name

(read-write) string Name

Summary

Access or change the name of the scene.

See also

Scripting with COM objects
EvScenesCollection