Several sample scripts have been include to assist you in getting started with VBScript and RhinoScript. More RhinoScript samples can be found in the RhinoScript samples repository on GitHub.
Method |
Description |
Demonstrates how to annotate a curve's end points. |
|
Demonstrates how to array point objects on a surface. |
|
Demonstrates how to create a circle from a center point and a circumference value. |
|
Demonstrates how to copy selected objects to a different layer. |
|
Demonstrates how to create a shortcut to the current document on the Windows desktop.. |
|
Demonstrates how to use the File System Object to retrieve information about a file. |
|
Demonstrates how to determine there length of selected curve objects. |
|
Demonstrates creating an interpolated curve based on a parametric equation. |
|
Demonstrates how to list all RhinoScript document data to the command line. |
|
VBScript dynamic array utility class. |
|
Demonstrates how to export the coordinates of point and point cloud objects to a text file. |
|
Demonstrates functions that can be useful when formatting strings of text. |
|
Demonstrates how to create a garden path. |
|
Demonstrates how to determine the number of dimensions to an array. |
|
Creates an interpolated curve from 3-D point coordinates read from a Microsoft Excel spreadsheet. |
|
Demonstrates how to create a NURBS curve. |
|
Demonstrates how to read from a text file. |
|
Demonstrate how to extract individual red, green, or blue color component values from an RGB-formatted color value. |
|
Provides constant declarations useful when using RhinoScript methods. |
|
Demonstrates two different methods for generating a torus-shaped surface. |
|
Demonstrates how to save a named view. |