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"
44import EdgedCurve3D from "@/assets/img/geode_objects/EdgedCurve3D.svg"
55import Graph from "@/assets/img/geode_objects/Graph.svg"
66import 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"
79import LightRegularGrid2D from "@/assets/img/geode_objects/LightRegularGrid2D.svg"
810import LightRegularGrid3D from "@/assets/img/geode_objects/LightRegularGrid3D.svg"
911import PointSet2D from "@/assets/img/geode_objects/PointSet2D.svg"
@@ -47,6 +49,14 @@ const geode_objects = {
4749 tooltip : "HybridSolid3D" ,
4850 image : HybridSolid3D ,
4951 } ,
52+ ImplicitCrossSection : {
53+ tooltip : "ImplicitCrossSection" ,
54+ image : ImplicitCrossSection ,
55+ } ,
56+ ImplicitStructuralModel : {
57+ tooltip : "ImplicitStructuralModel" ,
58+ image : ImplicitStructuralModel ,
59+ } ,
5060 LightRegularGrid2D : {
5161 tooltip : "LightRegularGrid2D" ,
5262 image : LightRegularGrid2D ,
Original file line number Diff line number Diff line change 4040 "version" : " 0.0.0-semantically-released" ,
4141 "main" : " ./nuxt.config.js" ,
4242 "dependencies" : {
43- "@geode/opengeodeweb-back" : " 5.1 .0" ,
43+ "@geode/opengeodeweb-back" : " 5.3 .0" ,
4444 "@geode/opengeodeweb-viewer" : " 0.2.0" ,
4545 "@kitware/vtk.js" : " 30.3.1" ,
4646 "@mdi/font" : " ^7.4.47" ,
You can’t perform that action at this time.
0 commit comments