Say I want to use the RhinoScript Component to fill in for a component that Grasshopper doesn't have.
The 2 main ones I am trying to figure out is line on both sides of a point with the distance being the variable. And offset curve on both sides with the distance being the variable.
As I typed this I went back to look at the RhinoScript methods that I would use, and now realize that there is no properties? with the RhinoScript methods that can do this. So maybe this is a pointless question.
If I remember correctly, there is an inbetween scripting method, using Rhino Commands that sort of lies between macros and scripting.
I've got them working in grasshopper with many a lot of components to do something so simple and was wondering if and how I can use the VBScript component to streamline things.
Thank you.
Tags: