ifcopenshell to caquery (or PythonOCC to OCP)
Open
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.