-
After install 7.4.1 by conda creating environment named pyocc, the code I run:
from OCC.Display.SimpleGui import init_display
in ..\Anaconda\envs\pyocc\python.exe
raise:
from . import _Aspect…
-
### Bambu Studio Version
1.7.3
### Where is the application from?
Built from source by yourself or others
### OS version
Ubuntu 20.04
### Additional system information
_No response_
### Printe…
-
We should make use of the latest cadquery innovations such as imprinting which is proposed on this PR https://github.com/CadQuery/cadquery/pull/1353
To test this we need ocp version 7.7.1 which is …
-
When I use `qtViewer3d` on wayland:
```
X Error of failed request: BadWindow (invalid Window parameter)
Major opcode of failed request: 3 (X_GetWindowAttributes)
Resource id in failed reques…
-
![WhatsApp Image 2024-02-02 at 17 47 11](https://github.com/fougue/mayo/assets/115225364/6005c4c6-dc88-44d7-b751-4c08493e6a61)
Hi, when i'm converting iges file from debian build to glb it is bre…
-
**Describe the bug**
When running f3d with an invalid json file as input to the --config commandline parameter, it exits with an error message output on stderr but returns exit code 0 to the shell,…
-
I tried building Ifcopenshell v0.7.0 on windows with vs2019 x64 and I followed the command in readme.
```
> cd IfcOpenShell\win
> build-deps.cmd
```
I got the error when building occt. The log …
-
Currently the console output is quite verbose, at least when performing a STEP export. To avoid the "noise" on the console output, we would like to configure the logging level.
I found out that thi…
-
**URL**: https://appletoolbox.com/how-to-install-macos-or-os-x-on-a-new-hard-drive-for-your-mac/?back=https%3A%2F%2Fwww.google.com%2Fsearch%3Fclient%3Dsafari%26as_qdr%3Dall%26as_occt%3Dany%26safe…
-
code:
```python
with BuildPart() as screw:
with BuildLine():
t = Helix(4, 30, 6.35)
with BuildSketch(Plane(origin=t @ 0, z_dir = t % 0)):
Rectangle(2, 2)
sweep()
…