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

Building extruded shapes
Syntax: Extrusion
  • An Extrusion geometry node creates geometry using
  • scale - cross-section scaling per spine point
  • orientation - cross-section rotation per spine point
  • Shape {
    
        appearance Appearance { . . . }
    
        geometry Extrusion {
    
            . . .
    
            scale [ . . . ]
    
            orientation [ . . . ]
    
        }
    
    }