File tree Expand file tree Collapse file tree 4 files changed +248
-1
lines changed Expand file tree Collapse file tree 4 files changed +248
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ import EdgedCurve2D from "@/assets/img/geode_objects/EdgedCurve2D.svg"
4
4
import EdgedCurve3D from "@/assets/img/geode_objects/EdgedCurve3D.svg"
5
5
import Graph from "@/assets/img/geode_objects/Graph.svg"
6
6
import HybridSolid3D from "@/assets/img/geode_objects/HybridSolid3D.svg"
7
+ import ImplicitCrossSection from "@/assets/img/geode_objects/ImplicitCrossSection.svg"
8
+ import ImplicitStructuralModel from "@/assets/img/geode_objects/ImplicitStructuralModel.svg"
7
9
import LightRegularGrid2D from "@/assets/img/geode_objects/LightRegularGrid2D.svg"
8
10
import LightRegularGrid3D from "@/assets/img/geode_objects/LightRegularGrid3D.svg"
9
11
import PointSet2D from "@/assets/img/geode_objects/PointSet2D.svg"
@@ -47,6 +49,14 @@ const geode_objects = {
47
49
tooltip : "HybridSolid3D" ,
48
50
image : HybridSolid3D ,
49
51
} ,
52
+ ImplicitCrossSection : {
53
+ tooltip : "ImplicitCrossSection" ,
54
+ image : ImplicitCrossSection ,
55
+ } ,
56
+ ImplicitStructuralModel : {
57
+ tooltip : "ImplicitStructuralModel" ,
58
+ image : ImplicitStructuralModel ,
59
+ } ,
50
60
LightRegularGrid2D : {
51
61
tooltip : "LightRegularGrid2D" ,
52
62
image : LightRegularGrid2D ,
Original file line number Diff line number Diff line change 40
40
"version" : " 0.0.0-semantically-released" ,
41
41
"main" : " ./nuxt.config.js" ,
42
42
"dependencies" : {
43
- "@geode/opengeodeweb-back" : " 5.1 .0" ,
43
+ "@geode/opengeodeweb-back" : " 5.3 .0" ,
44
44
"@geode/opengeodeweb-viewer" : " 0.2.0" ,
45
45
"@kitware/vtk.js" : " 30.3.1" ,
46
46
"@mdi/font" : " ^7.4.47" ,
You can’t perform that action at this time.
0 commit comments