sketchucation logo sketchucation
    • Login
    ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info

    [Plugin] Simple Loft alpha 0.1b -- UPDATED May-15-09

    Scheduled Pinned Locked Moved Plugins
    251 Posts 88 Posters 148.7k Views 88 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M Offline
      markozeta
      last edited by

      I don't understand why closed shapes wouldn't work...

      [attachment=0:d559aw5a]<!-- ia0 -->Three Surfaces<!-- ia0 -->[/attachment:d559aw5a]

      Except for the 3 surfaces. Which - is kinda cool.

      Mark


      almost there.skp

      BSME - Cal Poly Pomona
      Sketchup Pipe Maniac

      1 Reply Last reply Reply Quote 0
      • Chris FullmerC Offline
        Chris Fullmer
        last edited by

        Heh, the only reason closed loops don't work is because how I programmed it. I need to determine a starting point, and then determine how to align the splines so that they will be connected efficiently. At the time, the best way I could think to get the script to work efficiently was to just use an endpoint, then match it up to its enarest endpoint in the next spline, and connect them like that.

        I think I have it worked out how to do it better for the next round. Unfortunately, life has taken over and I am extremely busy with trying to secure a job, move my family, etc, etc.

        But, hopefully sometime in the future I'll get back into my scripts and re-write them. This one is high on my list to get back to fixing up. Its a bit lame right now. Its sort of cool, but not really useful with all its eccentricities like no closed loops, splines have to have equal segments, etc. I'll get it working better in time...

        Chris

        Lately you've been tan, suspicious for the winter.
        All my Plugins I've written

        1 Reply Last reply Reply Quote 0
        • mitcorbM Offline
          mitcorb
          last edited by

          Hi, Chris:
          I know you are busy.
          This is just a heads up. Loft is not working at this time for me. Of course, I have acquired additional plugins since this one.
          This is the Error message in the Ruby Console:
          Error: #<NoMethodError: undefined method all_connected' for nil:NilClass> C:/Program Files/Google/Google SketchUp 6/Plugins/clf_simple_loft/clf_simple_loft.rb:61:in onLButtonUp'
          C:/Program Files/Google/Google SketchUp 6/Plugins/clf_simple_loft/clf_simple_loft.rb:61

          I saw somewhere, you mentioned that Progressbar seems to be the common factor.

          Best Regards,
          mitcorb

          I take the slow, deliberate approach in my aimless wandering.

          1 Reply Last reply Reply Quote 0
          • david_hD Offline
            david_h
            last edited by

            Another Great tool Chris. Thanks so much! It's . . .dare I say it?? SUPER!


            20090810094043_12s.jpg

            If I make it look easy...It is probably easy

            1 Reply Last reply Reply Quote 0
            • I Offline
              iamarchitecture
              last edited by

              Just wondering if anyone has gotten this to work on SU7 Pro for Mac Version 10.5.7?

              1 Reply Last reply Reply Quote 0
              • Chris FullmerC Offline
                Chris Fullmer
                last edited by

                I think it should work on a Mac Oscar. The #1 error is normally that you need to make sure that both lines have the same amount of segments. That and they can not be connected to any faces.

                Its a bit picky on what it wants so that it will work.

                If none of that helps, open the Ruby Console (Window > Ruby Console) and then try running the script. See if it sends any messages to the console. If it does, copy and paste them here and I'll see if I can get to the bottom of it,

                Chris

                Lately you've been tan, suspicious for the winter.
                All my Plugins I've written

                1 Reply Last reply Reply Quote 0
                • gillesG Offline
                  gilles
                  last edited by

                  @unknownuser said:

                  Just wondering if anyone has gotten this to work on SU7 Pro for Mac Version 10.5.7?

                  I would like to know too, for me the plugin does not even appears.
                  SU6 OSX 4

                  " c'est curieux chez les marins ce besoin de faire des phrases "

                  1 Reply Last reply Reply Quote 0
                  • O Offline
                    Oaht
                    last edited by

                    THANKS FOR YOUR SUPERB RUBY!!!

                    1 Reply Last reply Reply Quote 0
                    • honoluludesktopH Offline
                      honoluludesktop
                      last edited by

                      Great tool. I made the attached drapery (left side of fixture), an improvement over the previous ones (right side, and left of new drapery material) as I was able to pinch the row below the top (as it commonly is), and have the folds fall naturally. Thanks Chris.

                      Sorry about the dark render, didn't want to spend the time adjusting the lights. Anyone know if there is away to edit this surface? Can it be exploded?


                      temp01.jpg


                      temp04.jpg


                      Drapery05.skp

                      1 Reply Last reply Reply Quote 0
                      • A Offline
                        Archibum
                        last edited by

                        This tool is amazing. Definitely helped on some of my school projects. I do have one problem and dont know if its the tool or the system.
                        So I am on a mac. Leopard updated and all that.
                        I noticed that on starting sketchup, the red dot in the corner would indicate that the file had not yet been saved. Usually, this only happens when you actually start drawing. So, i removed all my plugins, downloaded sketchup fresh, and went back and added the plugins again one at a time. Found out that it was this tool that was causing sketchup to think that the file needed to be saved, even if nothing had been drawn. This wouldnt be a problem as i could just click "dont save," but doing that caused sketchup to crash every time.

                        So thats my dilemma. Does it make sense? Am i the only one with this problem?

                        1 Reply Last reply Reply Quote 0
                        • Chris FullmerC Offline
                          Chris Fullmer
                          last edited by

                          That is very interesting Kyle. I'll have to look into it. Does anyone else see this?

                          Chris

                          Lately you've been tan, suspicious for the winter.
                          All my Plugins I've written

                          1 Reply Last reply Reply Quote 0
                          • A Offline
                            agamemnus
                            last edited by

                            I'm trying to use this tool to create a valley curve-- a cross between a bell and an oval. I am having a problem using this tool with closed loops. =(

                            I did it manually but it was annoying.

                            1 Reply Last reply Reply Quote 0
                            • Chris FullmerC Offline
                              Chris Fullmer
                              last edited by

                              Hi, the script does not work with closed loops. Sorry about that.

                              And think how much more annoying it would have been to connect those shapes if the script didn't exist at all 😄

                              Chris

                              Lately you've been tan, suspicious for the winter.
                              All my Plugins I've written

                              1 Reply Last reply Reply Quote 0
                              • A Offline
                                agamemnus
                                last edited by

                                @chris fullmer said:

                                Hi, the script does not work with closed loops. Sorry about that.

                                And think how much more annoying it would have been to connect those shapes if the script didn't exist at all 😄

                                Chris

                                I did try to split up the loops but I couldn't get an even split... I had to do it manually!!

                                Actually, I think I could possibly use a different tool but I am not sure what it would be exactly. I had two circles. The bottom and smaller circle already had a quarter sphere inverted and oval in shape that I would later attach to it. The top circle would be attached to a flat surface. The object is to have a smooth transition between the two.

                                What I did is made a Bezier curve from one segment (on the big circle) to another (on the small circle) (with a perpendicular slant to the blue axis).. there were 24 segments, so I cut out a quarter from the circles. I copied the curve 5 times, then changed the angle and resized so that each curve start/end matched the smaller (and lower) /bigger (and higher) circle. Then it was just a matter of exploding the Bezier curves and drawing lines between them, forming rectangles of various inclines. I then copied this thing 4 times and hid the line segments with smoothing.

                                Your tool is pretty good but there is no way to specify exactly what type of curve I want... that would be troublesome for anything but a symmetrical spherical or oval shape, though!

                                I have a suspicious feeling I could have just used the follow-me tool and then stretched the result, though. 😆

                                1 Reply Last reply Reply Quote 0
                                • F Offline
                                  Fletch
                                  last edited by

                                  sandbox tools work on closed curves. 😐 😕

                                  Fletch
                                  Twilight Render Cross-platform Plugin for SketchUp on PC or Mac

                                  1 Reply Last reply Reply Quote 0
                                  • K Offline
                                    kwistenbiebel
                                    last edited by

                                    Hi Chris,

                                    I am experiencing trouble using your nice Loft plugin.
                                    Below, I attached what is happening. I am trying to connect two closed curves to form a solid. I was hoping the loft tool would connect the points of the two curves with 'the smallest distance between points' as if it was a tensile structure.
                                    Unfortunately I get an error.
                                    First I thought I needed to do this with the soap skin bubble plugin, but that doesn't seem to work.

                                    Any help would be welcome.

                                    [Edit]: the blend.rb seems to 'almost' do this, although it connects existing points on the curves one after the other. That means it generates unwanted diagonals.
                                    I think I would need a loft tool or 'skin tool'for it, as that would work independantly from the location of the control points on the curve and makes a skin (= by smallest distance between curves).....It seems though that the skin.rb is not being further developed.


                                    loft error.jpg

                                    1 Reply Last reply Reply Quote 0
                                    • K Offline
                                      kwistenbiebel
                                      last edited by

                                      This is what the blend.rb spits out (starting curves are slightly different than above).
                                      It looks ok, but I am not sure if the newly generated blend surface follows the shortest distance between the two polylines.
                                      I would like to see it connected independant from the curve's existing control points (skin?) .Does that make sense?


                                      blend rb.jpg

                                      1 Reply Last reply Reply Quote 0
                                      • massimoM Offline
                                        massimo Moderator
                                        last edited by

                                        Kwist, I think that skin.rb could do the job. I use the 2.2 version which, in my opinion, is the best.


                                        ScreenHunter_01 Oct. 31 07.57.jpg

                                        1 Reply Last reply Reply Quote 0
                                        • K Offline
                                          kwistenbiebel
                                          last edited by

                                          Thanks Massimo,
                                          I already have the skin22 in my plugins folder but somehow it never worked. I enabled it in the Preferences panel...but the skin ruby never appeared as icons nor in the tools/plugins menu. A lot of people seem to have trouble with it.

                                          1 Reply Last reply Reply Quote 0
                                          • massimoM Offline
                                            massimo Moderator
                                            last edited by

                                            Hmmm, that's strange. I have it disabled in the preferences>extentions panel, but the icons are there and the plugin works fine!

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 9
                                            • 10
                                            • 11
                                            • 12
                                            • 13
                                            • 13 / 13
                                            • First post
                                              Last post
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement