We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4019cd1 commit 456a6a3Copy full SHA for 456a6a3
src/compas_notebook/scene/__init__.py
@@ -110,3 +110,29 @@ def register_scene_objects():
110
register(Vector, ThreeVectorObject, context="Notebook")
111
register(list, ThreeGroupObject, context="Notebook")
112
113
+
114
+_ = [
115
+ "Box",
116
+ "Brep",
117
+ "Capsule",
118
+ "Circle",
119
+ "Cone",
120
+ "Curve",
121
+ "Cylinder",
122
+ "Dot",
123
+ "Ellipse",
124
+ "Frame",
125
+ "Graph",
126
+ "Line",
127
+ "Mesh",
128
+ "Plane",
129
+ "Point",
130
+ "Pointcloud",
131
+ "Polygon",
132
+ "Polyhedron",
133
+ "Polyline",
134
+ "Sphere",
135
+ "Surface",
136
+ "Torus",
137
+ "Vector",
138
+]
0 commit comments