<kintel>
guso78 tessellatePolygonWithHoles() should work, but is very ugly. That said, this is what we use when CGAL gives us polygons with holes :)
<kintel>
I've been wanting to replace all the various tessellation functions with a single implementation, but this is probably the last one I'll touch
<kintel>
caveat: I believe the above function is only used for visualization purposes. To use it to generate geometry may yield some bad corner cases. ..but let's cross that bridge later
Helenah has joined #openscad
mmu_man has quit [Ping timeout: 272 seconds]
_whitelogger has joined #openscad
J24k76 has joined #openscad
J24k70 has quit [Ping timeout: 256 seconds]
kintel has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
snaked has quit [Remote host closed the connection]
snaked has joined #openscad
JakeSays_ has joined #openscad
JakeSays has quit [Ping timeout: 252 seconds]
JakeSays_ is now known as JakeSays
fling_ has joined #openscad
fling has quit [Ping timeout: 260 seconds]
aiyion has quit [Ping timeout: 260 seconds]
aiyion has joined #openscad
fling_ is now known as fling
JakeSays_ has joined #openscad
JakeSays has quit [Ping timeout: 248 seconds]
JakeSays_ is now known as JakeSays
LordOfBikes has quit [Ping timeout: 252 seconds]
LordOfBikes has joined #openscad
cart_ has joined #openscad
invultri has joined #openscad
<invultri>
Silly question, why is is_object being highlighted in openscad? I can't find a reference in te documentation to it.
<invultri>
does that have to do with the textmetric type of output?
<teepee>
yes
<invultri>
Thanks. I guess there is no way for the scripter to create objects yet?
teepee_ has joined #openscad
teepee has quit [Ping timeout: 260 seconds]
teepee_ is now known as teepee
<teepee>
invultri: not in the "normal" dev snapshot, only in a special version implementing a prototype for that stuff
<invultri>
teepee: well that is good news already :) It means it might make it to nightly at one point.