https://github.com/dancergraham/scalemodel
Python script to work with Rhino files at multiple scales
https://github.com/dancergraham/scalemodel
ironpython python-script rescale-rhino-files rhino3d scale
Last synced: about 1 year ago
JSON representation
Python script to work with Rhino files at multiple scales
- Host: GitHub
- URL: https://github.com/dancergraham/scalemodel
- Owner: dancergraham
- License: other
- Created: 2019-01-18T11:10:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-05-22T20:09:23.000Z (about 4 years ago)
- Last Synced: 2025-04-25T09:58:39.816Z (about 1 year ago)
- Topics: ironpython, python-script, rescale-rhino-files, rhino3d, scale
- Language: Python
- Homepage: https://discourse.mcneel.com/t/working-with-scale-models/77555
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# ScaleModel
Python script to rescale Rhino files
Written by Graham Knapp
Ironpython 2.7
Tested under Mcneel Rhino version 5 for windows
Hello all,
I have written a python script to help when working with scale models, specifically it helps when switching regularly between full-scale and model scale. You can download it here : [ModelScale.py](https://raw.githubusercontent.com/dancergraham/ScaleModel/master/ScaleModel.py)
I would be grateful for any comments, feedback, feature requests (but I make no promises) or any examples of similar (better ?!?) scripts.
## Features
* Remembers the model scale, e.g. 1:200
* Permits easy switching between full and model scale
* Permits changes to model scale
## Installation
Follow the instructions [here](https://developer.rhino3d.com/guides/rhinopython/python-running-scripts/)
## Contributing
You can help by commenting [on Discourse](https://discourse.mcneel.com/t/working-with-scale-models/77555) or on the [Github repo](https://github.com/dancergraham/ScaleModel). In particular I will accept pull requests adding tests, rescaling units or improving the gui (whilst maintaining Rhino V5 compatibility). I would also like to know whether it works in v6 and on mac ?