[NodeEditor] How i can Filet / Chamfer Points (corners) from a Rectangle Node ?

 From:  bemfarmer
9666.19 In reply to 9666.18 
For the 6 people who downloaded older version, cleaned up code, and restored fillet type, radius adjust, previous post.

What is the content of the corners list of Michaels code? corners.add( true );
How does the "true" fit in.
Is corners a list of corner points, with a different method of true (do fillet)?, or false (do not fillet this corner)?

Would masking the corners list entail going through the corner list one by one and applying boolean 1 to place the point in a corners2 list, or boolean 0 to not keep the point?

- B

EDITED: 8 Feb 2020 by BEMFARMER