startin
startin copied to clipboard
if duplicates, then let user choose which z-value should be kept
- first
- latest
- highest
- lowest
- average is not possible I guess
Could you clarify the context? What duplicates, in what call?
duplicates in x-y so insertion where a vertex already exists.
Right now the first insertion is what stays, but some applications (creation of a DSM eg) would benefit from another behaviour.
Done in 5e9f626517ce4943e61865bc11f751aca813ad4f
It's a new attribute of the Triangulation struct that can be setup with set_duplicates_handling() and there are four choices:
- First (default)
- Last
- Highest
- Lowest