EricM
(Eric Paul Marvets)
March 27, 2014, 3:53pm
1
The pull command does not work for control points. Why is this? Can it be added to V6?
Sometimes I pull only part of a curve is within the normal of a surface and the pull command just lops off the overhang. I’d like to be able to turn control points on and just pull part of a curve.
1 Like
Willem
(Willem Derks)
March 27, 2014, 7:22pm
2
Hi Eric,
FWIW, I have these scripts that pull Grips (aka controlpoints) to a curve/surface and a bonus that pulls points to a curve.
If you drag and drop the .rvb file over Rhino it registers an Alias linking to that particular file (so store it well)
The alias name is the filename without the .rvb part, so you can rename it befor drag&dropping.
wd_PullGripsToCurve_01.rvb (1.1 KB)
wd_PullGripsToSurface_01.rvb (1.2 KB)
wd_PullPointsToCurve_01.rvb (1.1 KB)
HTH
_Willem
4 Likes
EricM
(Eric Paul Marvets)
March 28, 2014, 2:34pm
3
Thanks Willem. I’ll definitely give these a shot today.
JKayten
January 16, 2016, 12:18am
4
This is great. Can I make these work in the Mac version?
I’ve had to edit control points on some compound curvature and I run into a wall.
Willem
(Willem Derks)
January 16, 2016, 12:21am
5
Hi James,
To get this functionality to work om a MAC the scripts need to be re-written in Python .
I myself do not have the time for it atm unfortunately.
-Willem
0netech
January 16, 2016, 12:32am
6
I wonder if it’s possible to write a translator from VB to Python… Found something like this: http://vb2py.sourceforge.net .
Is this something that could be translated with grasshopper (for Mac)
Willem
(Willem Derks)
January 18, 2016, 9:46am
8
Hi James,
Here you go, let me know if it works for you on the mac side:
http://discourse.mcneel.com/t/pull-grips-controlpoints-to-curve-or-surface/28480
-Willem
WOW! Thanks for the work. I’ll download and check them out this week.
1 Like
How about pulling onto a Mesh?
Is anything implemented in V6 close to this yet?
wim
(Wim Dekeyser)
January 20, 2020, 9:47am
11
Hi - In the Rhino 7 WIP, you can pull control points of a curve onto a mesh.
-wim
Thanks! What’s the command? Is there anything implemented for Willems scripts at the moment regarding curves/surfaces?
wim
(Wim Dekeyser)
January 20, 2020, 10:03am
13
Jonathan_Hutchinson1:
What’s the command?
The command is Pull
.
I’m not familiar with the scripts. Could you explain which functionality you are after?
-wim
wim:
The command is Pull
.
Ah I see - just tried it. Great!
Just the earlier scripts, of pulling grips to curves and surfaces. Of course, the scripts work fine still anyway… so why double up the work I guess.