pygeo icon indicating copy to clipboard operation
pygeo copied to clipboard

PlanarityConstraint creates redundant pointsets

Open bbrelje opened this issue 5 years ago • 0 comments

Description

The planarity constraint class is added using a pre-defined DVGeo pointset. However, at the time the constraint is created, an exact duplicate pointset is added to DVGeo creating unnecessary overhead.

Steps to reproduce issue

See TODO in PlanarityConstraint init method

Current behavior

Creates duplicate pointset and adds to DVGeo

Expected behavior

Should use original pointset in DVGeo

bbrelje avatar Nov 12 '20 21:11 bbrelje