Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r-rijnbeek/ifcmanipulations
Repository with the basic IFC manipulations for IFC files. And a IFC file viewer with pyQt5.
https://github.com/r-rijnbeek/ifcmanipulations
ifc ifcopenshell occ pyqt5 python pythonocc-core
Last synced: 1 day ago
JSON representation
Repository with the basic IFC manipulations for IFC files. And a IFC file viewer with pyQt5.
- Host: GitHub
- URL: https://github.com/r-rijnbeek/ifcmanipulations
- Owner: R-Rijnbeek
- License: mit
- Created: 2022-02-15T10:54:29.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-15T12:38:53.000Z (over 2 years ago)
- Last Synced: 2023-03-11T02:46:12.552Z (over 1 year ago)
- Topics: ifc, ifcopenshell, occ, pyqt5, python, pythonocc-core
- Language: Python
- Homepage:
- Size: 2.41 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IFCManipulations
Repository with the basic IFC manipulations for IFC files. And a IFC file viewer with pyQt5.
## prerequisites
Has anaconda installed on windows. And configured you system variables ($path) of anaconda on windows:
* C:\ProgramData\Anaconda3
* C:\ProgramData\Anaconda3\Scripts
* C:\ProgramData\Anaconda3\Library\bin## Instalation protocol
1. Clone the github repository.
```
$ git clone https://github.com/R-Rijnbeek/IFCManipulations.git
```2. Enter the project folder.
```
$ cd IFCManipulations
```3. Build the virtual environment on the repository by running:
```
$ build.bat
```4. To activate the environmet and run the test scripts:
```
$ activate ./env
$ python /TEST/test.py
```If it works. Then you can use the 'LASManippulation' module directory as a local package
## Notes to know:
1. The dependencies to use all features of this repository are writed on the environmet.yml file: pylas, OCC, numpy
2. If you will only use the content of this repository. On a other proyect than you need to create an virtual environment that include "ifcopenshell", "OCC" and "pyQT5"
* ANACONDA:
```
conda install -c conda-forge pythonocc-core
conda install -c conda-forge ifcopenshell
```
* PIP:
```
pip install PyQt5
```3. This repository is tested with windows 10 and anaconda version 4.11.0.