"Great customer service. The folks at Novedge were super helpful in navigating a somewhat complicated order including software upgrades and serial numbers in various stages of inactivity. They were friendly and helpful throughout the process.."
Ruben Ruckmark
"Quick & very helpful. We have been using Novedge for years and are very happy with their quick service when we need to make a purchase and excellent support resolving any issues."
Will Woodson
"Scott is the best. He reminds me about subscriptions dates, guides me in the correct direction for updates. He always responds promptly to me. He is literally the reason I continue to work with Novedge and will do so in the future."
Edward Mchugh
"Calvin Lok is “the man”. After my purchase of Sketchup 2021, he called me and provided step-by-step instructions to ease me through difficulties I was having with the setup of my new software."
Mike Borzage
July 18, 2025 3 min read
Rhino 3D offers a powerful scripting environment that can significantly enhance your modeling workflow. By leveraging scripts, you can automate repetitive tasks, create custom commands, and extend Rhino's functionality to suit your specific needs. Whether you're a designer, architect, or engineer, scripting can streamline your processes and open up new possibilities.
Benefits of Scripting in Rhino:Rhino supports several scripting languages, including RhinoScript (VBScript) and Python. Python is highly recommended due to its versatility, readability, and the extensive resources available. With Python, you can also leverage external libraries to extend functionality further.
import rhinoscriptsyntax as rs
# Create a point at (0,0,0)
rs.AddPoint(0, 0, 0)
Run the script by clicking the Run button or pressing F5. You should see a point appear at the origin in your Rhino workspace.
Expanding Your Scripting Skills:Once you're comfortable with basic scripts, you can explore more advanced concepts:
By investing time in learning Rhino's scripting environment, you can unlock new possibilities in your design process. Scripting empowers you to automate tasks, reduce manual errors, and create complex geometries that would be cumbersome to model manually. Whether you're automating documentation, customizing user interfaces, or generating parametric models, scripting in Rhino is a valuable skill that enhances your capabilities.
For advanced tools, plugins, and professional training materials, visit NOVEDGE, your one-stop shop for all things Rhino. NOVEDGE offers a wide range of resources to help you take your Rhino skills to the next level, including the latest software versions, expert advice, and educational materials.
You can find all the Rhino products on the NOVEDGE web site at this page.
Sign up to get the latest on sales, new releases and more …