All documentation for Rhino Commands will be here.
Names objects based on a given selection order. Prompts a naming convention and the starting value (default is 1) and a step value (default is 1).
*For now, it only accepts integers and not numbers with decimals
*You must delete layers created with this command to re-run with same naming convention
Output: Geometry with random colors, based in given parameters.
Add the name/abbreviations for all the selected parts.
Random colors between ranges of 0-255 of the RGB channels.
Starting Value. Default is 1.
Step Value. Default is 1.
This would sequentially a loop of a=a+step_value. Changing the default value would make it add any integer spacing you are looking for.
Creates a table of contents based on the title of each layout and the corresponding page numbers.
Output: List of page names and numbers as text objects.
Pick Point to start the array of page names & numbers. Refer to the UAP COVER PAGE template for the pick point.
If pick point is not on the template, here are the dimensions for placement:
Option to group all the text generated by the command. Group=Yes will group everything, while Group=No will keep them separated.
Moves selected objects to a new layer.
Output: New layer with all the parts inside.
New layer name. For child layers, format like layer01::layer02
Type in new layer name. For child layers, use layer01::layer02 format
Creates layers based on the object's name given to it. In this example, I will be using names LA1, LA6, LA7, LA8.
Output: Objects with new layers based on object names and random color layers. Gives list output of the names used like this: ['LA1', 'LA7', 'LA6', 'LA8']
Gives a random color for each object selected. Colors range from 0-255 using RGB values as the method for randomization. Ranging from 5-255. Did not add 0-4 because they looked too similar to white. You can even see 5-10 values becoming too far from red channel. It is to note that other combinations like True, True, False would still output a random color and not a gradient of using those 2 color channels.
Output: Geometry with random colors, based in given parameters. Ranging from 5-255. Did not add 0-4 because they looked too similar to white. You can even see 5-10 values becoming too far from red channel. It is to note that other combinations like True, True, False would still output a random color and not a gradient of using those 2 color channels.
Random colors between ranges of 0-255 of the RGB channels.
Random red gradient
Random colors between ranges of 0-255 of the RGB channels.
Random colors between ranges of 0-255 of the RGB channels.
Random green gradient
Selects objects with the same area. Tolerance is 0.001 units.
Output: Selection of objects that are the same area OR sets of objects that share the same area. Gives the area calculated in the command line.
Select the objects within the object types.
All objects meaning it will measure everything and find objects with the same area. For example, if you have 6 cubes with an area of 1 units squared and 5 cubes with an area of 4 units squared, then it will select the 6 cubes and the 5 cubes, due to the areas of those objects having other objects that share the same area. Essentially, it is like grouping objects that share the same area.
Select the object to measure and find the duplicate.
Outputs the name of the plugin and version. Used for debugging and version corrections.
Output: Dialogue box showing UAP plugin version.
Unhides all objects, including layers that are turned off.
Output: All objects unhidden in document.
Scales objects up by 2%.
Output: Scaled objects by 2%.
Select the objects you want scaled up 2%.
Pick point to scale from.
Choose to copy the original object before scaling. Good to reference off of. Default is set to "No".
Scales objects up by 3%.
Output: Scaled objects by 2%.
Select the objects you want scaled up 3%.
Pick point to scale from.
Choose to copy the original object before scaling. Good to reference off of. Default is set to "No".
Creates a dot object on objects that have a volume with the cubic units.
Output: Dot objects with the volume information OR turning objects red if they do not meet the requirements.
Select objects that are closed.
Gives you report how many objects were calculated. It will mark red objects that are open.