sverchok icon indicating copy to clipboard operation
sverchok copied to clipboard

Component analyzer Faces->Center->(Median Weighted Center) not equal Component analyzer Faces->Matrix->(Median Weighted Center)

Open satabol opened this issue 2 years ago • 1 comments

Hello.

I run two nodes with different mode. But I think that functions must do equal result. Why I got different location for "Median Weighted Center" for these function? Is it error or feature?

image

Bounds Center and Median Center are good:

image

satabol avatar Oct 11 '22 14:10 satabol

Responsible functions

https://github.com/nortikin/sverchok/blob/db0615e5d3002f810fbed684b0801038de153fc9/utils/modules/polygon_utils.py#L318-L337

https://github.com/nortikin/sverchok/blob/db0615e5d3002f810fbed684b0801038de153fc9/utils/modules/polygon_utils.py#L432-L449

Durman avatar Oct 12 '22 04:10 Durman