|
1 | | -import brep from "@/assets/img/geode_objects/BRep.svg" |
2 | | -import cross_section from "@/assets/img/geode_objects/cross_section.svg" |
3 | | -import edged_curve2d from "@/assets/img/geode_objects/edged_curve2d.svg" |
4 | | -import edged_curve3d from "@/assets/img/geode_objects/edged_curve3d.svg" |
5 | | -import edged_curve from "@/assets/img/geode_objects/edged_curve.svg" |
6 | | -import hybrid_solid from "@/assets/img/geode_objects/hybrid_solid.svg" |
7 | | -import light_regular_grid2d from "@/assets/img/geode_objects/light_regular_grid2d.svg" |
8 | | -import light_regular_grid3d from "@/assets/img/geode_objects/light_regular_grid3d.svg" |
9 | | -import point_set2d from "@/assets/img/geode_objects/point_set2d.svg" |
10 | | -import point_set3d from "@/assets/img/geode_objects/point_set3d.svg" |
11 | | -import polygonal_surface2d from "@/assets/img/geode_objects/polygonal_surface2d.svg" |
12 | | -import polygonal_surface3d from "@/assets/img/geode_objects/polygonal_surface3d.svg" |
13 | | -import polyhedral_solid from "@/assets/img/geode_objects/polyhedral_solid.svg" |
14 | | -import raster_image2d from "@/assets/img/geode_objects/raster_image2d.svg" |
15 | | -import raster_image3d from "@/assets/img/geode_objects/raster_image3d.svg" |
16 | | -import regular_grid2d from "@/assets/img/geode_objects/regular_grid2d.svg" |
17 | | -import regular_grid3d from "@/assets/img/geode_objects/regular_grid3d.svg" |
18 | | -import section from "@/assets/img/geode_objects/section.svg" |
19 | | -import structural_model from "@/assets/img/geode_objects/structural_model.svg" |
20 | | -import tetrahedral_solid from "@/assets/img/geode_objects/tetrahedral_solid.svg" |
21 | | -import triangulated_surface2d from "@/assets/img/geode_objects/triangulated_surface2d.svg" |
22 | | -import triangulated_surface3d from "@/assets/img/geode_objects/triangulated_surface3d.svg" |
23 | | -import vertex_set from "@/assets/img/geode_objects/vertex_set.svg" |
| 1 | +import BRep from "@/assets/img/geode_objects/BRep.svg" |
| 2 | +import CrossSection from "@/assets/img/geode_objects/CrossSection.svg" |
| 3 | +import EdgedCurve2D from "@/assets/img/geode_objects/EdgedCurve2D.svg" |
| 4 | +import EdgedCurve3D from "@/assets/img/geode_objects/EdgedCurve3D.svg" |
| 5 | +import Graph from "@/assets/img/geode_objects/Graph.svg" |
| 6 | +import HybridSolid3D from "@/assets/img/geode_objects/HybridSolid3D.svg" |
| 7 | +import LightRegularGrid2D from "@/assets/img/geode_objects/LightRegularGrid2D.svg" |
| 8 | +import LightRegularGrid3D from "@/assets/img/geode_objects/LightRegularGrid3D.svg" |
| 9 | +import PointSet2D from "@/assets/img/geode_objects/PointSet2D.svg" |
| 10 | +import PointSet3D from "@/assets/img/geode_objects/PointSet3D.svg" |
| 11 | +import PolygonalSurface2D from "@/assets/img/geode_objects/PolygonalSurface2D.svg" |
| 12 | +import PolygonalSurface3D from "@/assets/img/geode_objects/PolygonalSurface3D.svg" |
| 13 | +import PolyhedralSolid3D from "@/assets/img/geode_objects/PolyhedralSolid3D.svg" |
| 14 | +import RasterImage2D from "@/assets/img/geode_objects/RasterImage2D.svg" |
| 15 | +import RasterImage3D from "@/assets/img/geode_objects/RasterImage3D.svg" |
| 16 | +import RegularGrid2D from "@/assets/img/geode_objects/RegularGrid2D.svg" |
| 17 | +import RegularGrid3D from "@/assets/img/geode_objects/RegularGrid3D.svg" |
| 18 | +import Section from "@/assets/img/geode_objects/Section.svg" |
| 19 | +import StructuralModel from "@/assets/img/geode_objects/StructuralModel.svg" |
| 20 | +import TetrahedralSolid3D from "@/assets/img/geode_objects/TetrahedralSolid3D.svg" |
| 21 | +import TriangulatedSurface2D from "@/assets/img/geode_objects/TriangulatedSurface2D.svg" |
| 22 | +import TriangulatedSurface3D from "@/assets/img/geode_objects/TriangulatedSurface3D.svg" |
| 23 | +import VertexSet from "@/assets/img/geode_objects/VertexSet.svg" |
24 | 24 |
|
25 | 25 | const geode_objects = { |
26 | 26 | BRep: { |
27 | 27 | tooltip: "BRep", |
28 | | - image: brep, |
| 28 | + image: BRep, |
29 | 29 | }, |
30 | 30 | CrossSection: { |
31 | 31 | tooltip: "CrossSection", |
32 | | - image: cross_section, |
| 32 | + image: CrossSection, |
33 | 33 | }, |
34 | 34 | EdgedCurve2D: { |
35 | 35 | tooltip: "EdgedCurve2D", |
36 | | - image: edged_curve2d, |
| 36 | + image: EdgedCurve2D, |
37 | 37 | }, |
38 | 38 | EdgedCurve3D: { |
39 | 39 | tooltip: "EdgedCurve3D", |
40 | | - image: edged_curve3d, |
| 40 | + image: EdgedCurve3D, |
41 | 41 | }, |
42 | 42 | Graph: { |
43 | 43 | tooltip: "Graph", |
44 | | - image: edged_curve, |
| 44 | + image: Graph, |
45 | 45 | }, |
46 | 46 | HybridSolid3D: { |
47 | 47 | tooltip: "HybridSolid3D", |
48 | | - image: hybrid_solid, |
| 48 | + image: HybridSolid3D, |
49 | 49 | }, |
50 | 50 | LightRegularGrid2D: { |
51 | 51 | tooltip: "LightRegularGrid2D", |
52 | | - image: light_regular_grid2d, |
| 52 | + image: LightRegularGrid2D, |
53 | 53 | }, |
54 | 54 | LightRegularGrid3D: { |
55 | 55 | tooltip: "LightRegularGrid3D", |
56 | | - image: light_regular_grid3d, |
| 56 | + image: LightRegularGrid3D, |
57 | 57 | }, |
58 | 58 | PointSet2D: { |
59 | 59 | tooltip: "PointSet2D", |
60 | | - image: point_set2d, |
| 60 | + image: PointSet2D, |
61 | 61 | }, |
62 | 62 | PointSet3D: { |
63 | 63 | tooltip: "PointSet3D", |
64 | | - image: point_set3d, |
| 64 | + image: PointSet3D, |
65 | 65 | }, |
66 | 66 | PolygonalSurface2D: { |
67 | 67 | tooltip: "PolygonalSurface2D", |
68 | | - image: polygonal_surface2d, |
| 68 | + image: PolygonalSurface2D, |
69 | 69 | }, |
70 | 70 | PolygonalSurface3D: { |
71 | 71 | tooltip: "PolygonalSurface3D", |
72 | | - image: polygonal_surface3d, |
| 72 | + image: PolygonalSurface3D, |
73 | 73 | }, |
74 | 74 | PolyhedralSolid3D: { |
75 | 75 | tooltip: "PolyhedralSolid3D", |
76 | | - image: polyhedral_solid, |
| 76 | + image: PolyhedralSolid3D, |
77 | 77 | }, |
78 | 78 | RasterImage2D: { |
79 | 79 | tooltip: "RasterImage2D", |
80 | | - image: raster_image2d, |
| 80 | + image: RasterImage2D, |
81 | 81 | }, |
82 | 82 | RasterImage3D: { |
83 | 83 | tooltip: "RasterImage3D", |
84 | | - image: raster_image3d, |
| 84 | + image: RasterImage3D, |
85 | 85 | }, |
86 | 86 | RegularGrid2D: { |
87 | 87 | tooltip: "RegularGrid2D", |
88 | | - image: regular_grid2d, |
| 88 | + image: RegularGrid2D, |
89 | 89 | }, |
90 | 90 | RegularGrid3D: { |
91 | 91 | tooltip: "RegularGrid3D", |
92 | | - image: regular_grid3d, |
| 92 | + image: RegularGrid3D, |
93 | 93 | }, |
94 | 94 | Section: { |
95 | 95 | tooltip: "Section", |
96 | | - image: section, |
| 96 | + image: Section, |
97 | 97 | }, |
98 | 98 | StructuralModel: { |
99 | 99 | tooltip: "StructuralModel", |
100 | | - image: structural_model, |
| 100 | + image: StructuralModel, |
101 | 101 | }, |
102 | 102 | TetrahedralSolid3D: { |
103 | 103 | tooltip: "TetrahedralSolid3D", |
104 | | - image: tetrahedral_solid, |
| 104 | + image: TetrahedralSolid3D, |
105 | 105 | }, |
106 | 106 | TriangulatedSurface2D: { |
107 | 107 | tooltip: "TriangulatedSurface2D", |
108 | | - image: triangulated_surface2d, |
| 108 | + image: TriangulatedSurface2D, |
109 | 109 | }, |
110 | 110 | TriangulatedSurface3D: { |
111 | 111 | tooltip: "TriangulatedSurface3D", |
112 | | - image: triangulated_surface3d, |
| 112 | + image: TriangulatedSurface3D, |
113 | 113 | }, |
114 | 114 | VertexSet: { |
115 | 115 | tooltip: "VertexSet", |
116 | | - image: vertex_set, |
| 116 | + image: VertexSet, |
117 | 117 | }, |
118 | 118 | } |
119 | 119 |
|
|
0 commit comments