RhinoScript contains several utility methods to assist in creating scripts.
Method |
Description |
Returns the user-defined procedures in RhinoScript. |
|
Returns text from or sets text to the Windows Clipboard. |
|
Changes the luminance of an RGB value. |
|
Retrieves an intensity value for the blue component of a red-green-blue (RGB) value. |
|
Retrieves an intensity value for the green component of a red-green-blue (RGB) value. |
|
Converts colors from hue-luminance-saturation (HLS) to RGB format. |
|
Converts colors from hue-saturation-value (HSV) to RGB format. |
|
Retrieves an intensity value for the red component of a red-green-blue (RGB) value. |
|
Converts colors from RGB to hue-luminance-saturation (HLS) format. |
|
Converts colors from RGB to hue-saturation-value (HSV) format. |
|
Remove duplicates from an array of numbers. |
|
Remove duplicates from an array of 3-D points. |
|
Remove duplicates from an array of strings. |
|
Returns or sets the current Windows printer. |
|
Finds duplicate numbers in a VBScript Array. |
|
Finds duplicate points in a VBScript Array. |
|
Finds duplicate strings in a VBScript Array. |
|
Determines whether a key is up or down at the time the function is called. |
|
Returns a string from a Windows INI-style file. |
|
Retrieves the specified system metric or system configuration setting. |
|
Returns information about a bitmap image. |
|
Returns the intersection of two string arrays. |
|
Verifies that a user-defined procedure is resident in RhinoScript. |
|
Joins two one-dimensional arrays into one. |
|
Creates a new, initialized array of a user-specified bounds. |
|
User-definable cancel script event handler. |
|
Plays a sound specified by the given file name. |
|
Returns the name of all installed Windows printers. |
|
Converts a 3-D point value to a string. |
|
Reads a delimited text file. |
|
Reads a text file. |
|
Saves a string value to a Windows INI-style file. |
|
Converts an array of 3-D points into a single-dimensional array. |
|
Suspends the execution of the script for the specified interval. |
|
Sorts an array of numbers. |
|
Sort an array of points so they will be connected in "reasonable" polyline order. |
|
Sorts an array of 3-D points. |
|
Sorts an array of 3-D point based on the distance from a reference point. |
|
Sorts an array of strings. |
|
Spools a raw file to a Windows printer. |
|
Converts a formatted string to a 3-D point value. |
|
Converts a formatted string to an array of 3-D point value. |
|
Returns the tokens in a string. |
|
Displays a text output window. |
|
Returns the union of two string arrays. |
|
Returns the version of RhinoScript. |
|
Writes an array of strings to a text file. |