An open API service indexing awesome lists of open source software.

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

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 ?