File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
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 ,
You can’t perform that action at this time.
0 commit comments