COM object EvScene

EvApplication>EvFileCollection > EvFile > EvScenesCollection > EvScene

 

View the COM map and the COM summary.

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.

EvScene methods and properties:

Export
Export3dAnalysisByRegionsByRegionTracks
Export3dRegionInspectionData

Name

 

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 successful.

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.

Name

(read-write) string Name

Summary

Access or change the name of the scene.

See also

Scripting with COM objects
COM object hierarchy
EvScenesCollection