70002504 Sorting selection in web control

Article 70002504
Type Wish
Product WebJS
Date Added 3/29/2024 12:00:00 AM
Fixed 11.1.4.0 (3/29/2024 12:00:00 AM)
Submitted by Sefa AKGUL

Summary

Sorting selection in web control

Solution

In version 11.1.4 a new property SelectionSort was added for vdcanvas

Get / Set if user selection will be sorted or not
It can be one of the vdConst.SelectionSort_NONE for no sorted or
vdConst.SelectionSort_DEFAULT in wire 2d render mode sorted depend on draworder from the last entity drawn as first in the return collection
and in 3d render mode sorted depend on the depth of the entity from the entity nearest to eye first.
Default value is vdConst.SelectionSort_DEFAULT

Send comments on this topic.