Added note about the hollow donut problem

stl_dim
Marius Kintel 2010-11-06 11:01:14 -04:00
parent 6add106bfe
commit abee8f10f6
1 changed files with 8 additions and 0 deletions

View File

@ -166,6 +166,14 @@ o Grammar
- A random(seed) function
- import_*() -> *_import() (consistent prefix vs. postfix)
- linear_extrude()/rotate_extrude(): Cumbersome names? -> (extrude, revolve, lathe, sweep ?)
o Hollow donut problem
When extruding a 2D CSG tree (e.g. a polygon with a hole), the hole
information is lost when performing the extrusion. For linear
extrusions, this has only a minor visual impact, but for rotate
extrusion, the resulting CGAL models will lose the hole. The OpenCSG
rendering keeps the hole, but renders slightly incorrect.
CODE
----