1
Python and Java API / Re: Reload-Refresh python scripts
« on: June 02, 2021, 01:27:29 PM »
Thanks Alexey
Regards
Andrea
Regards
Andrea
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
doc = Metashape.app.document
chunk = doc.chunk
cor = str (chunk.crs.project (chunk.transform.matrix.mulp (chunk.region.center)))
print (cor)