RhinoScript contains several utility methods to assist in creating scripts.
Method |
Description |
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. |
|
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. |
|
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. |
|
Returns a string from a Windows INI-style file. |
|
Verifies that a user-defined procedure is resident in RhinoScript. |
|
Returns the name of all installed Windows printers. |
|
Saves a string value to a Windows INI-style file. |
|
Converts an array of 3-D ponts into a single-dimensional array. |
|
Suspends the execution of the script for the specified interval. |
|
Sort an array of points so they will be connected in "reasonable" polyline order. |
|
Sorts an array of 3-D points. |
|
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. |
|
Displays a text output window. |
|
Returns the version of python. |