bpypolyskel icon indicating copy to clipboard operation
bpypolyskel copied to clipboard

Updated demo and removed call to 'mathutils.geometry'.

Open costika1234 opened this issue 1 year ago • 12 comments

I would ideally like to get rid of the mathutils dependency at some point, so I've just replaced the call to mathutils.geometry.intersect_point_line with a simple Python function called _intersect_point_line. I've also updated the demo with a new floor plan to better test the program and added a quick benchmark function. There is virtually no difference between the 2 implementations (on my machine it took about 10 seconds in each case).

roof demo

costika1234 avatar Sep 07 '23 11:09 costika1234