Divided the curve(13) and moved every 4th of it and interpolated the point. To make the point list i used list item for every point and merged to make the order.so if i want to move every 5th and interpolate i has to changes all list item. help me out to fix this.
Anyone who uses the phrase âSimple taskâ or âquick questionâ deserves to be ignored because they have NO IDEA how much work is required to formulate an adequate reply.
If you refer to my qestion:
a grasshopper file (*.gh) works with the geometry in your Rhino file (curves, points, lines, etc).
If you want it to use it with these geometry you have to internalise these before uploading to the forum:
See images: Right click; scroll down to internalise. When done; save ; and upload.
Or post the Rhino file the GH refers to. Internalizing geometry works best when the geometry doesnât substantially increase the size of the GH file. On the other hand, HUGE GH files that consist mostly of internalized (complex) geometry donât make sense on the forum because the geometry doesnât change while the relatively small code may change many times. In those cases, a separate Rhino file makes more sense.
In this case, use Replace to re-insert the moved points back into the list at the same sequence from where they were selected. The panel is linked to both the Item component and the Replace component, so one change to the numbers in the panel immediately updates both. (If you have many points to move, on a longer curve, for example, this can be even more streamlined using a Series component to generate the numbers).
How much total time did you spend? Including creating the geometry (which was missing), creating the image and composing your reply?
I havenât looked at any of the code here, the word âsimpleâ in the title was enough to dissuade me. Unless you can do a thing yourself (as you apparently did), the assumption that itâs âsimpleâ is inappropriate. Hardly a day goes by on this forum without someone saying âI know itâs simple but⌠(I canât do it)â.
Five or ten minutes would be a âquick questionâ, âa minute or twoâ sounds exaggerated. I admit that âsimpleâ and âquick questionâ trigger me - for good reason.