Public
Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md
ParametricText
ParametricText is an Autodesk® Fusion add-in for creating Text Parameters in sketches.

Supported Platforms
- Windows
- Mac OS
Documentation
https://parametrictext.readthedocs.io/en/stable/
More Fusion Add-ins
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.