method to update all necessary OBBTrees that result from moving a volume entity set

Issue #80 closed
Paul Wilson created an issue

Supports #77

  • unjoin the IC volume OBBTree (#78)
  • delete the moved volume OBBTree (#79)
  • build the moved volume OBBTree (and its surfaces)
  • join the IC volume OBBTree

Comments (2)

  1. Paul Wilson reporter
    unjoin IC volume tree (#78)
    for each moved volume:
         delete volume tree w/ surfaces (`delete_tree`)
         rebuild volume tree w/ surfaces 
    rejoin IC volume tree
    
  2. Log in to comment