[page:Path] →

[name]

Defines a 2d shape plane using paths.

Constructor

[name]()

todo

Properties

[property:array holes]

todo

Methods

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

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

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

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

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

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

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

divisions -- todo
todo

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

divisions -- todo
todo

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

divisions -- todo
Get points of holes

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

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]