bernhard-42 / vscode-ocp-cad-viewer

A viewer for OCP based Code-CAD (CadQuery, build123d) integrated into VS Code
Apache License 2.0
78 stars 9 forks source link

ocp_vscode will crash if you try to show an empty Compound, Part, or Sketch #41

Closed MatthiasJ1 closed 7 months ago

MatthiasJ1 commented 7 months ago
a = Circle(1) - Circle(1)
b = Circle(1)
show_all()

This behavior is maybe valid for show but is quite unexpected with show_all

bernhard-42 commented 7 months ago

Fixed in 2.0.13