[name]

Defines a 2d shape plane using paths.

Constructor

[name]()

todo

Properties

.[page:array holes]

todo

Methods

.makeGeometry([page:todo options]) [page:todo]

options -- The options passed as the second argument to [page:ShapeGeometry ShapeGeometry]
Convenience method to return ShapeGeometry

.extractAllPoints([page:todo divisions]) [page:todo]

divisions -- todo
Get points of shape and holes (keypoints based on segments parameter)

.extrude([page:todo options]) [page:todo]

options -- The options passed as the second argument to [page:ExtrudeGeometry ExtrudeGeometry]
Convenience method to return ExtrudeGeometry

.extractPoints([page:todo divisions]) [page:todo]

divisions -- todo
todo

.extractAllSpacedPoints([page:todo divisions]) [page:todo]

divisions -- todo
todo

.getPointsHoles([page:todo divisions]) [page:todo]

divisions -- todo
Get points of holes

.getSpacedPointsHoles([page:todo divisions]) [page:todo]

divisions -- todo
Get points of holes (spaced by regular distance)

Source

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