Forum

Author Topic: how to remove dense_cloud from chunk?  (Read 2128 times)

nucleus

  • Newbie
  • *
  • Posts: 2
    • View Profile
how to remove dense_cloud from chunk?
« on: February 24, 2016, 12:25:38 PM »
In Python, is it possible to remove or delete dense_cloud from active chunk?
If it is possible how the code would look like, any idea would help?
Thanks.

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 14813
    • View Profile
Re: how to remove dense_cloud from chunk?
« Reply #1 on: February 24, 2016, 12:28:23 PM »
Hello nucleus,

Code: [Select]
chunk.dense_cloud = Noneit should work.
Best regards,
Alexey Pasumansky,
Agisoft LLC

nucleus

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: how to remove dense_cloud from chunk?
« Reply #2 on: February 24, 2016, 04:28:19 PM »
Thanks Alexey, it works  :D

Cheers  8)