Agisoft Metashape

Agisoft Metashape => Python and Java API => Topic started by: Toll on January 31, 2019, 08:35:41 AM

Title: Boundary export option
Post by: Toll on January 31, 2019, 08:35:41 AM
hi Alexey

i notice since V1.4.3, an outer boundary is now used to clip the exported models.  Previously this was only applicable to ortho/dem.

whilst i can appreciate the convenience of this feature, is it possible to implement (if it doesn't exist already, as i cant see it in the API) a flag we can set as to whether a particular export should honour the boundary or not?

for now we are re-importing our shape as 'noboundary' and running the exports. it works - but hoping it can be neater?

thanks!
Title: Re: Boundary export option
Post by: Alexey Pasumansky on January 31, 2019, 12:45:41 PM
Hello Toll,

Looks more like a feature request.

However, if you are using Python, as a workaround you can keep the list of all shapes that have boundary type defined, set it to NoBoundary prior to the export and after export set it back.