source: other-projects/playing-in-the-street/summer-2013/trunk/Playing-in-the-Street-WPF/Content/Web/mrdoob-three.js-4862f5f/docs/api/extras/core/Shape.html@ 28897

Last change on this file since 28897 was 28897, checked in by davidb, 10 years ago

GUI front-end to server base plus web page content

File size: 1.8 KB
Line 
1<!DOCTYPE html>
2<html lang="en">
3 <head>
4 <meta charset="utf-8" />
5 <script src="../../../list.js"></script>
6 <script src="../../../page.js"></script>
7 <link type="text/css" rel="stylesheet" href="../../../page.css" />
8 </head>
9 <body>
10 <h1>[name]</h1>
11
12 <div class="desc">Defines a 2d shape plane using paths.</div>
13
14
15 <h2>Constructor</h2>
16
17
18 <h3>[name]()</h3>
19 <div>
20 todo
21 </div>
22
23
24 <h2>Properties</h2>
25
26
27 <h3>.[page:array holes]</h3>
28 <div>
29 todo
30 </div>
31
32 <h2>Methods</h2>
33
34
35 <h3>.makeGeometry([page:todo options]) [page:todo]</h3>
36 <div>
37 options -- The options passed as the second argument to [page:ShapeGeometry ShapeGeometry]
38 </div>
39 <div>
40 Convenience method to return ShapeGeometry
41 </div>
42
43 <h3>.extractAllPoints([page:todo divisions]) [page:todo]</h3>
44 <div>
45 divisions -- todo
46 </div>
47 <div>
48 Get points of shape and holes (keypoints based on segments parameter)
49 </div>
50
51 <h3>.extrude([page:todo options]) [page:todo]</h3>
52 <div>
53 options -- The options passed as the second argument to [page:ExtrudeGeometry ExtrudeGeometry]
54 </div>
55 <div>
56 Convenience method to return ExtrudeGeometry
57 </div>
58
59 <h3>.extractPoints([page:todo divisions]) [page:todo]</h3>
60 <div>
61 divisions -- todo
62 </div>
63 <div>
64 todo
65 </div>
66
67 <h3>.extractAllSpacedPoints([page:todo divisions]) [page:todo]</h3>
68 <div>
69 divisions -- todo
70 </div>
71 <div>
72 todo
73 </div>
74
75 <h3>.getPointsHoles([page:todo divisions]) [page:todo]</h3>
76 <div>
77 divisions -- todo
78 </div>
79 <div>
80 Get points of holes
81 </div>
82
83 <h3>.getSpacedPointsHoles([page:todo divisions]) [page:todo]</h3>
84 <div>
85 divisions -- todo
86 </div>
87 <div>
88 Get points of holes (spaced by regular distance)
89 </div>
90
91 <h2>Source</h2>
92
93 [link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
94 </body>
95</html>
Note: See TracBrowser for help on using the repository browser.