dawarazhar11 / pySolidWorks-openai-compatible

pySolidWorks is a collection of Python routines to interact with SolidWorks. Using pySolidWorks, you can open a SolidWorks model from within Python, modify feature dimensions, export DXF, carry out a finite element analysis, etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pysolidworks

pySolidWorks logo

Project description

This package is a collection of Python routines to interact with SolidWorks. Using pySolidWorks, you can open a SolidWorks model from within Python, modify feature dimensions, export DXF, carry out a finite element analysis, etc. pySolidWorks has been tested on Windows 10, SolidWorks 2019, Python 3.7.

Prerequisites

pysolidworks requires Python >= 3.7. To run simulations, an Solidworks executable is needed.

Installation

TODO

You can install pysolidworks using pip:

python setup.py install

Documentation

A simple documentation in form of doc-strings can be found in the source code. A more extensive documentation can be found in Manual.

License

pysolidworks is published under the GPLv3 license.

Contribution

Any help to improve this package is very welcome!

About

pySolidWorks is a collection of Python routines to interact with SolidWorks. Using pySolidWorks, you can open a SolidWorks model from within Python, modify feature dimensions, export DXF, carry out a finite element analysis, etc.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%