218

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 [ . . . ]
        }
    }