yhxbarking
(Yhxbarking)
November 7, 2020, 8:04am
1
Dear friends,
Trying to build diamond shape with curve on the surface but it cost this wrapping around problem. I wonder how to solve this but preserving its parametric property.
netWrapAroundProblem.gh (11.5 KB)
HS_Kim
November 7, 2020, 2:48pm
2
I came across a similar topic that you might want to see…
Hello!
My goal is to draw a spiral on a cylinder.
I have a cylinder. I have generated a grid of uv points on the surface of this cylinder using the Divide Surface (SDivide) component. The result is a very simple tree where each branch is a list of points across the surface of the cylinder. My idea is to use the Curve On Surface (CrvSrf) component to join these points in order to obtain a spiral that goes along the cylinder. In order to achieve this, I’m trying to shift each list (branch) of th…
And I’d like to recommend using Relative Item for this.
And of course, there’s a simple way of using a plugin feature like Lunchbox.
netWrapAroundProblem_re.gh (13.7 KB)
1 Like
yhxbarking
(Yhxbarking)
November 11, 2020, 11:27pm
3
Thanks your solution, kim