Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 775 Bytes

File metadata and controls

37 lines (23 loc) · 775 Bytes

ParametricText

ParametricText is an Autodesk® Fusion add-in for creating Text Parameters in sketches.

Screenshot

Supported Platforms

  • Windows
  • Mac OS

Documentation

https://parametrictext.readthedocs.io/en/stable/

More Fusion Add-ins

My Fusion app store page

All my add-ins on Github

Development

Building the documentation

cd doc
python3 -m venv venv # First time
. venv/bin/activate
python3 -m pip install -r requirements.txt # First time
make html
ls _build/html

Running tests

Run python3 -m unittest to execute all unit tests.