This function finds the root shoot of the tree and translates it to the origin of the scene
The color coding goes through the tree and gives each shoot a color according to its order. Additionally if the option is enabled, each order is shifted to is own layer. The maximum number of order considered here is 15, everything higher is using the same color and the same layer.
A dialog window is opened to request the order to remove. The function then removes all shoots higher then or equal to the given order
Find the highest order using the descriptors and then removes all shoots of this order.
Based on the layers of the 3D view it is possible to show and hide objects on individual layers. If not explicitly disabled, the color coding of the QSM plugin moves each order to the layer with the same number. Orders higher than 15 are placed on the highest layer.
A dialog window is opened to request the order to hide. The layer of this order is then disabled. The other layers are unaffected.
A dialog window is opened to request the order to show. The layer of this order is then enabled. The other layers are unaffected.
A dialog window is opened to request the order to show. The layer of this order is then enabled and all other layers are disabled.
A dialog window is opened to request the minimum visible order. All layers higher than the given order are disabled.