Message 1 of 22
catch 22 - generating floor from CurveChain
Not applicable
11-27-2019
12:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I want to generate a floor from a subface of a room, mostly it works like a charme but I managed to get one situation where I have the following problem:
New Floor method throws the error that the provided curve is not a closed loop, and guess what this is true. (which is funny because I get the profile Curve from a face)
So i decided to simply close the Curve, but than trying to add the line to close the curve I get an error that the curve I am trying to add is to short.
So I can't generate a floor because there is a gap, but I can't close the gap because it is too small?