design-automation / mobius-parametric-modeller

Möbius for parametric modelling.
https://design-automation.github.io/mobius-parametric-modeller/
MIT License
10 stars 6 forks source link

model compare to allow for varying position ordering #563

Closed phtj closed 5 years ago

phtj commented 5 years ago

The model.compare() method needs to allow models that have different position orders to be treated as equal

so a polygon with positions ps1, ps2, ps3 should evaluate to being the same as a polygon with positions ps2, ps3, ps1

this option cab be a boolean switch for compare

phtj commented 5 years ago

done, needs testing