[page:Geometry] →

[name]

Creates extruded geometry from a path shape

Constructor

[name]([page:Array shapes], [page:Object options])

shapes — Shape or an array of shapes.
options — Object that can contain the following parameters.
This object extrudes an 2D shape to an 3D geometry.

Properties

Methods

[method:null addShapeList]([page:Array shapes], [page:Object options])

shapes — An Array of shapes to add.
options — Object that can contain the following parameters.
Adds the shapes to the list to extrude.

[method:null addShape]([page:Shape shape], [page:Object options])

shape — A shape to add.
options — Object that can contain the following parameters.
Add the shape to the list to extrude.

Source

[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]