0
votes

I have two geometries, one is made from another by offsetting its vertices, so both have same structure and hierarchy.

Need to connect these two geometries with caps (yellow geometry).

Pretty sure that the problem could be solved by finding edge points (yellow lines) on both sides for each element. As soon as these geometries have same # of vertices and herarchy caps could be easilly calculated.

But, for now, I don't have any idea how to determine these edge points.

1
Please do some research (search engines, search Stack Overflow) first. We'll be happy to help you with problems you encounter while you're implementing, but you need to make an initial effort to solve the problem. (How do I ask a good question?)TheJim01

1 Answers

0
votes

My solution to this problem. Not ideal.

http://vkuchinov.github.io/BuildingCaps/