CadQuery / CadQuery/cadquery

ifcopenshell to caquery (or PythonOCC to OCP)

Open
#1,512 2 comments 0 reactions 0 assignees View on GitHub
question
Dominant language
Python
Stars
5.8k
Forks
541
Avg merge
3d 2h
Merged PRs (30d)
5

Description

ifcopenshell is a powerful tool to parse ifc files. In the `ifcopenshel.geom` [part](https://blenderbim.org/docs-python/ifcopenshell-python/geometry_processing.html), I saw that one can convert ifc file to OpenCASCADE BRep by

```python
settings = ifcopenshell.geom.settings()
settings.set(settings.USE_PYTHON_OPENCASCADE, True)
```
However, above implementation is based on [pythonocc-core](https://github.com/tpaviot/pythonocc-core), another python wrapper of OpenCASCADE. I want to know if there are any methods to convert ifc file to cadquery objects?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.