File tree Expand file tree Collapse file tree 1 file changed +1
-26
lines changed
src/compas_notebook/scene Expand file tree Collapse file tree 1 file changed +1
-26
lines changed Original file line number Diff line number Diff line change 1+ # ruff: noqa: F401
12"""This package provides scene object plugins for visualising COMPAS objects in Jupyter Notebooks using three.
23When working in a notebook, :class:`compas.scene.SceneObject`
34will automatically use the corresponding PyThreeJS scene object for each COMPAS object type.
@@ -110,29 +111,3 @@ def register_scene_objects():
110111 register (Vector , ThreeVectorObject , context = "Notebook" )
111112 register (list , ThreeGroupObject , context = "Notebook" )
112113
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- ]
You can’t perform that action at this time.
0 commit comments