216

Building extruded shapes
Syntax: Extrusion

  • An Extrusion geometry node creates extruded geometry
  • solid - shape is solid
  • ccw - faces are counter-clockwise
  • convex - faces are convex
  • Shape {
        appearance Appearance { . . . }
        geometry Extrusion {
            . . .
            solid TRUE
            ccw TRUE
            convex TRUE
        }
    }