Hi Florian,
The Problem lies in the way that Rhinocommon deals with control points.
In rhino control points are pre-multiplied whereas in RhinoCommon they are euclidian coordinates.
That means that you have to multiply the x,y,z coordinate with the…
Hoi Sander,
Currently thats not possible in grasshopper but you can use the SDK to do it.
Just copy this function in the "custom additional code" body of a vb script and call it from the main subroutine:
Function…
Hey Brendon,
how are you?! It's been a while!
Thought it was a nice idea so I gave it a shot.
Don't know what you were planning to do so I just created a simple example with an attractor point.
One thing: it only works if the InputSrf not…
Hi Joach,
If I understand your question correctly you would be better of switching to the new vb component (using Rhinocommon). These have 3 ways to access input variables (item access, list access and DataTree access). If you output data from…
Hey Luis,
I've seen the presentation, too and I have really enjoyed it but I am curious how long it will take them to implement it in their products... but definately worth following what they come up with...
I've uploaded his Robert…
Hey Artur,
Some time ago I put together a definition that uses the Rhino "patch" command from within a VB-component. I slightly altered it to make it work for a networkSrf.
What it does is:
- bake the inputCurves
- create a networkSrf
-…
Hey Jesse...
did it actually work out for you with the definition I uploaded? Just curious as I have only tested it on one pretty simple case so far..
Marc
I assume that the ellipse lies on xyPLane?
Then just take the cross product of the tangent with the worldZ-Vector.
The result will be the perpendicular Vector...
Hey Jesse,
As far as I know there is no unroll component yet.
You will have to utilize the Rhino command for it using app.runScript()
I've attached a ghx file that does just that.
As an input it takes the IDs of the surfaces. The output are the…
Hey Lars...
needed to have a patch from gh today and managed to automatically reference it back.
VB_patch.ghx
-bakes input Curves and runs the Patch command
-finds the last created object and returns it from the component.
- It also gives the…
I get the same error...
If I use the full namespace it works fine:
Dim box_list As List(Of Grasshopper.Kernel.Types.EH_Box)
should be working without it, though. There is an import statement with that namespace...
now that you are placing them with code you might aswell add sime lines for the light_settings itself like:
newLight.m_diffuse = New OnColor(clr) ' just add a color input to the script
newLight.m_shadow_intensity = shadowInt ' to control…
Hey Atsuo,
If you replace the code by the following you will give the lights a Name that you can then find back in the scene and delete the next time the vb component get's active. This way you make sure that you don't keep pushing new…
hez marc!
gany kurz, wie hiess nochmal dieses open-source-illustrator programm, was ihr bei dem scripting-workshop im letzten jahr gezeigt habt? das mit dem geilen verlaufs-tool...
sonst alles fit? vielleicht hab ich bald mal noch ne frage an dich wegen dem vb-komponenten der jetz da in meinem ding drin ist...
can u please help me out with this mess thing of file?
what can i change here?
i got a bit confused because of trying a lot.
actually my aim is, at this point, doing kind of roof panels which overlap in theire 4th point the one under.
the next problem, as u can see, is the oriantaion of the panels. they need to oriente like panels on roof over another in falling direction.
so i need an input like 3 points for one panel.
thanx a lot
henri (from your last workshop at abk)
jpg. bei "panel" in discusstion
auf jeden Fall, ist Steffen auch wieder dabei? Gebt Bescheid falls Ihr 'ne Unterkunft braucht, das lässt sich einrichten. Muss ja nicht immer Motel One sein.