Page 1 of 1

tool ERROR

Posted: Tue Feb 06, 2007 2:43 pm
by GAIGHER
Hello

after having written "tool structure levels\gaigher gaigher" tool makes error

Image

What to make?

Posted: Tue Feb 06, 2007 2:50 pm
by TomClancey
Did you happen to read what the error was?

Code: Select all

### ERROR couldn't build bsp because of overlapping surfaces (orange)
Since I'm sure you didn't read the HEK-Tutorial that hek came with, I'll tell you..


HEK-Tutorial wrote: When compiling using Tool the following error message appears:

Error Message -

Code: Select all

"### ERROR couldn't build bsp because of overlapping surfaces (orange)"
Way to fix it - "This is typically caused by intersecting or interpenetrating objects or object volumes. A good example would be where there are 2 cubes and one of the cubes has been placed intersecting the other."

re

Posted: Tue Feb 06, 2007 4:27 pm
by GAIGHER

Posted: Tue Feb 06, 2007 4:31 pm
by TomClancey
Yes, because the faces are overlapping. The error is 2 edges occupy the same exact space. IE:

______ = line 1 and line 2.

delete on of the lines and recreat the face the line was attached to. Simple as that.

re

Posted: Tue Feb 06, 2007 4:54 pm
by GAIGHER
ok M