|
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:
|
Export |
Name |
EvScene implements the following methods and properties:
|
Description |
|
|
Export |
Export(string FileName) SummaryExport the scene to the given file. Parameters
ReturnWhether succesful. |
|
Export3dAnalysisByRegionsByRegionTracks |
Export3dAnalysisByRegionsByRegionTracks(string FileName) SummaryExport the scene's 3D analysis by regions by region tracks to the given file. Parameters
ReturnWhether successful. |
|
Export3dRegionInspectionData |
Export3dRegionInspectionData(string FileName, EvRegion) SummaryExport 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
ReturnWhether successful. |
|
Description |
|
|
Name |
(read-write) string Name SummaryAccess or change the name of the scene. |