COM object EvObject3D

EvApplication > EvFile > EvObjects3DCollection > EvObject3D

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

The EvObject3D object gives you the ability access information about 3D objects and to export 3D objects from an EV file.

The EvFile.Objects3D[] property lists all the 3D objects in an EV file and is an EvObjects3DCollection.

The following EvObject3D methods and properties are detailed below:

Methods

Properties

Export
Export3DAnalysisByRegions

Name

EvObject3D implements the following methods and properties:

EvObject3D methods

Description

Export

Export(string FileName)

Summary

Export this 3D object to the given file.

Parameters
  • FileName
  • Name of the file to export the 3D object to. The file extension dictates the export format, refer to Exporting 3D objects for more information.
Return

Whether successful.

Export3dAnalysisByRegions

Export3dAnalysisByRegions(string FileName; EvScene)

Summary

Export the 3D analysis by regions object from the specified scene to the given file.

Parameters
  • FileName
  • Name of the file to export to. If no file extension is specified, .csv is added automatically.
  • EvScene
  • The scene specified by the EvScene object
Return

Whether successful.

 

EvObject3D properties

Description

Name

(read-only) string Name

Summary

Access the name of the 3D object.

See also

Scripting with COM objects
EvObjects3DCollection