implement it into a project i am working on. I'm all good until i get to the point where you have to add a surface divide to the subsurface button. Taking a panel out shows that there are only 2 points (the tutorial mention 4 points) and later this lead to problems as curves will only ever link two points in a straight line. I guess it is something to do with my settings for either the subsrf or sDivide button, that means points are only created in one direction..?
Any suggestions appreciated!
Andy…
. where the first is 113 (for ex. x= cordinate) and next valour is equal to
113*phi.
i'm looking for a way to collect the "n-1th" val of one element and pass this to multiply with phi and obtain the correct
result?
ex.
1 2=1*phi 3=2*phi 4=3*phi n
113->183 (rounded)-> 296 -> 478 ->.... >n-1*phi
thanks.…
d another curve,
I mean I need 1 simple curve flowing an existing wall, and another curve with basic functions as sin and cos and elements between them. but more than it, if it is possible to create an script, which allow me to create this following a surface.
I have create some scripts with straight lines but I would like to have smooth curved walls.
Than you very much for your help,
Please find the attached files, grasshopper definition and ideas.…
ification.net/gallery/machines/substrate/) it seems to generate the lines based on a few randomly selected starting points, then the areas near these points end up with the highest density of lines. is there a way (perhaps in future versions) to set these initial points?-the rectangle input seems to have some issues - the substrate output does not conform to the input rectangle... only generates a square substrate pattern w/ the same x&y dimensions.anyway, great new component with a lot of potential...
…
inal t parameter returns the same number as its length. Great. BUT, when I try to feed those parameter numbers and evaluate the original curve at those intervals the final number its giving me is much larger. I've tried a bunch of different components and they're all giving me a different final parameter number at the end, which to me is telling me it's giving me a different curve length than it did the first time.
Unexpected behavior, or user error?…
XY' is 'ReadOnly'.
also
(ByVal pl As Plane, ByRef A As Object)
rhino.DocObjects.CoordinateSystem.World = pl
Result:
Error: Constant cannot be the target of an assignment. (line 86)
any ideas?
I need to get the x and y value of points to rank them but I need their x and y values to be based on the input plane... not the worldXY
…
should join fine.
I thought this problem is as simple as one or two line, but it always gives me errors. Here's the code:
Private Sub RunScript(ByVal pts As List(Of Point3d), ByRef A As Object)
Dim hex As Polyline(pts)
End Sub
the error msg is: array bounds cannot appear in type specifiers. What does this mean? And anyone has the solution to this problem?
Thanks a lot for all of your help!…
which is like concentric circles step by step. but this is my first time to learn gh, so i don't know how to let the new bud extrude the original space.
in my gh file "onion bud", the no. 57 circle is the new(second) bud i assumed, but i dont know how to make the original space change like onion. i mean the original space can detect that new bud is growing.
thanks a lot~ hope you guys can understand what i try to ask><…
yVal q1 As List(Of Double), ByVal q2 As List(Of Double), ByVal q3 As List(Of Double), ByVal q4 As List(Of Double), ByVal vectIn As Vector3d, ByRef vectOut As Object)
Dim i As int32
Dim lstOut As New List (Of Vector3d) For i = 0 To q1.Count - 1
Dim Q As New Quaternion(q1(i), q2(i), q3(i), q4(i))
Dim vectQ As Vector3d = Quaternion.Rotate(vectIn)
lstOut.Add(vectQ)
Next
vectOut = lstOut
End Sub…