algorithmic modeling for Rhino
A slightly silly suggestion and question, are you using circles or curves to build your mushroom?
Because if you are then try and either rebuild the circles or divide the circles with a high number and then do a periodic interp curve through the points and the loft again... Might fix the problem, I know that if you are using arcs they need to be rebuild, cant remember if that goes for circles as well... or at least it used to be like this back in the days... hehe
Hi Chris, I would advise you to figure out a way to align the curves to loft beforehand. Then you don't need the Align option in the LoftOptions, which seems to cause the Brep output (instead of untrimmed surface)
Hello Pieter,
You are right, with the Align Sections option unticked, I get an untrimmed Srf.
Any idea how I can change the UV direction of the Srf? Flip Matrix doesn’t seem to work.
If you have Lunchbox, you could use its ReverseSurfaceDirection component. (With ReverseOption = 3)
You can also take a VB scriptable component and use:
Private Sub RunScript(ByVal S As Surface, ByRef A As Object)
A = S.Transpose()
End Sub
Hello,
I don't have Lunchbox & i've never used a VB component before.
Is it too much to ask for extra help ?
Well, you could download Lunchbox...
or use the attached.
Welcome to
Grasshopper
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by