-
Notifications
You must be signed in to change notification settings - Fork 130
/
index.html
73 lines (65 loc) · 5.2 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Examples Index</title>
<style>
* {
margin: 0;
}
html {
font-family: sans-serif;
}
body {
padding: 1rem;
}
</style>
</head>
<body>
<div style="display: flex; flex-direction: column; gap: 1rem;">
<h3>Choose an example</h3>
<a style="width: fit-content;" href="./packages\front\src\measurement\VolumeMeasurement\example.html">front/VolumeMeasurement</a>
<a style="width: fit-content;" href="./packages\front\src\measurement\LengthMeasurement\example.html">front/LengthMeasurement</a>
<a style="width: fit-content;" href="./packages\front\src\measurement\FaceMeasurement\example.html">front/FaceMeasurement</a>
<a style="width: fit-content;" href="./packages\front\src\measurement\EdgeMeasurement\example.html">front/EdgeMeasurement</a>
<a style="width: fit-content;" href="./packages\front\src\measurement\AreaMeasurement\example.html">front/AreaMeasurement</a>
<a style="width: fit-content;" href="./packages\front\src\measurement\AngleMeasurement\example.html">front/AngleMeasurement</a>
<a style="width: fit-content;" href="./packages\front\src\fragments\Sections\example.html">front/Sections</a>
<a style="width: fit-content;" href="./packages\front\src\fragments\Plans\example.html">front/Plans</a>
<a style="width: fit-content;" href="./packages\front\src\fragments\IfcStreamer\example.html">front/IfcStreamer</a>
<a style="width: fit-content;" href="./packages\front\src\fragments\Highlighter\example.html">front/Highlighter</a>
<a style="width: fit-content;" href="./packages\front\src\core\ShadowDropper\example.html">front/ShadowDropper</a>
<a style="width: fit-content;" href="./packages\front\src\core\PostproductionRenderer\example.html">front/PostproductionRenderer</a>
<a style="width: fit-content;" href="./packages\front\src\core\Marker\example.html">front/Marker</a>
<a style="width: fit-content;" href="./packages\front\src\core\ClipEdges\example.html">front/ClipEdges</a>
<a style="width: fit-content;" href="./packages\front\src\civil\CivilPlanNavigator\example.html">front/CivilPlanNavigator</a>
<a style="width: fit-content;" href="./packages\front\src\civil\CivilElevationNavigator\example.html">front/CivilElevationNavigator</a>
<a style="width: fit-content;" href="./packages\front\src\civil\CivilCrossSectionNavigator\example.html">front/CivilCrossSectionNavigator</a>
<a style="width: fit-content;" href="./packages\front\src\civil\Civil3DNavigator\example.html">front/Civil3DNavigator</a>
<a style="width: fit-content;" href="./packages\core\src\openbim\IDSSpecifications\example.html">core/IDSSpecifications</a>
<a style="width: fit-content;" href="./packages\core\src\openbim\BCFTopics\example.html">core/BCFTopics</a>
<a style="width: fit-content;" href="./packages\core\src\measurement\MeasurementUtils\example.html">core/MeasurementUtils</a>
<a style="width: fit-content;" href="./packages\core\src\ifc\IfcRelationsIndexer\example.html">core/IfcRelationsIndexer</a>
<a style="width: fit-content;" href="./packages\core\src\ifc\IfcPropertiesManager\example.html">core/IfcPropertiesManager</a>
<a style="width: fit-content;" href="./packages\core\src\ifc\IfcJsonExporter\example.html">core/IfcJsonExporter</a>
<a style="width: fit-content;" href="./packages\core\src\ifc\IfcFinder\example.html">core/IfcFinder</a>
<a style="width: fit-content;" href="./packages\core\src\fragments\IfcPropertiesTiler\example.html">core/IfcPropertiesTiler</a>
<a style="width: fit-content;" href="./packages\core\src\fragments\IfcLoader\example.html">core/IfcLoader</a>
<a style="width: fit-content;" href="./packages\core\src\fragments\IfcGeometryTiler\example.html">core/IfcGeometryTiler</a>
<a style="width: fit-content;" href="./packages\core\src\fragments\Hider\example.html">core/Hider</a>
<a style="width: fit-content;" href="./packages\core\src\fragments\FragmentsManager\example.html">core/FragmentsManager</a>
<a style="width: fit-content;" href="./packages\core\src\fragments\Exploder\example.html">core/Exploder</a>
<a style="width: fit-content;" href="./packages\core\src\fragments\Classifier\example.html">core/Classifier</a>
<a style="width: fit-content;" href="./packages\core\src\fragments\BoundingBoxer\example.html">core/BoundingBoxer</a>
<a style="width: fit-content;" href="./packages\core\src\core\Worlds\example.html">core/Worlds</a>
<a style="width: fit-content;" href="./packages\core\src\core\ShadowedScene\example.html">core/ShadowedScene</a>
<a style="width: fit-content;" href="./packages\core\src\core\Raycasters\example.html">core/Raycasters</a>
<a style="width: fit-content;" href="./packages\core\src\core\OrthoPerspectiveCamera\example.html">core/OrthoPerspectiveCamera</a>
<a style="width: fit-content;" href="./packages\core\src\core\MiniMap\example.html">core/MiniMap</a>
<a style="width: fit-content;" href="./packages\core\src\core\Grids\example.html">core/Grids</a>
<a style="width: fit-content;" href="./packages\core\src\core\Cullers\example.html">core/Cullers</a>
<a style="width: fit-content;" href="./packages\core\src\core\Clipper\example.html">core/Clipper</a>
</div>
</body>
</html>