Table of contents Chapter index Previous slide Next slide 215
Syntax: Extrusion

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
    
        }
    
    }