Agisoft Metashape

Agisoft Metashape => Python and Java API => Topic started by: rangarajan on August 16, 2016, 06:12:45 AM

Title: Can I access model elements in the script?
Post by: rangarajan on August 16, 2016, 06:12:45 AM
Hi,
After model generation is complete, can I access the detailed elements of a model from python script? For example, extract the various entities of Dense Point Cloud or the Tiled Model? What about measuring length, area and volume of specific elements of the generated model - is this possible from the script?

Regards,
Rangarajan
Title: Re: Can I access model elements in the script?
Post by: Alexey Pasumansky on August 16, 2016, 02:25:57 PM
Hello Rangarajan,

You can access the model faces and vertices via Python. As for the dense cloud points, in the actual API version there is no access to the separate points themselves.

But how you are planning to performed the measurements, please provide some details?