A volume modeler computation-oriented. Include rendering bindings.
Project description

Volmdlr
A computations-oriented python VOLume MoDeLeR with STEP support for import and export
Description
Volmdlr is a python volume modeler used as a CAD platform. With it, you can easily create 3D models from python code. Check the examples to see what you can do with this library.
Features
- Generate 2D and 3D geometries from python
- Handles complexe geometries : B-spline curves and surfaces
- Primitives provide computational tasks : distances, belonging, union, intersections, etc.
- STEP/STL imports and exports
- Geometries display in your web browser with babylon.js
User Installation
pip install volmdlr
# or
pip3 install volmdlr
Dev Installation
Before using Volmdlr, be sure to have a C/C++ compiler (not necessary on Linux).
N.B : With Windows you have to download one and allow it to read Python’s code.
First, clone the package. Then, enter the newly created volmdlr repository. Finally, develop the setup.py file, and you are good to go !
git clone https://github.com/Dessia-tech/volmdlr.git
cd volmdlr
python3 setup.py develop --user
# or whatever version you are using :
python3.x setup.py develop --user
Usage
See the script folder for examples
Documentation
https://documentation.dessia.tech/volmdlr/
License
100% opensource on LGPL license. See LICENSE for more details.
Team and contributors
The project leader is Wirajan Da Silva. Volmdlr is mainly developed by the dessia company as a part of its opensource SDK, but contributions are welcomed. See CONTRIBUTING.md for details
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.