GH_PreviewUtilAddBox Method |
Add a box to the temporary Preview lists.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public void AddBox(
Box box
)
Public Sub AddBox (
box As Box
)
Parameters
- box
- Type: Box
Box to add.
See Also