PyCwAPI3D

Python bindings for CwAPI3D


License
LGPL-3.0
Install
pip install PyCwAPI3D==0.0.1

Documentation

PyCwAPI3D

PyPI - License PyPI PyPI - Python Version Build Status Documentation Status

Python binding for CwAPI3D plugins in Cadwork 3D.

Installation

On Windows the usual

pip3 install PyCwAPI3D

should suffice.

Using

Using PyCwAPI3D is easy:

from PyCwAPI3D import factory

fac = factory.get()

Examples

Some examples are available in the examples directory.