|
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:
|
Export |
Name |
EvObject3D implements the following methods and properties:
|
Description |
|
|
Export |
Export(string FileName) SummaryExport this 3D object to the given file. Parameters
ReturnWhether successful. |
|
Export3dAnalysisByRegions |
Export3dAnalysisByRegions(string FileName; EvScene) SummaryExport the 3D analysis by regions object from the specified scene to the given file. Parameters
ReturnWhether successful. |
|
Description |
|
|
Name |
(read-only) string Name SummaryAccess the name of the 3D object. |