• Login
sketchucation logo sketchucation
  • Login
πŸ€‘ SketchPlus 1.3 | 44 Tools for $15 until June 20th Buy Now

[Plugin][$] Curviloft 2.0a - 31 Mar 24 (Loft & Skinning)

Scheduled Pinned Locked Moved Plugins
1.3k Posts 297 Posters 2.4m Views 296 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.
  • T Offline
    TIG Moderator
    last edited by 31 Aug 2010, 15:55

    @escapeartist said:

    Minor issue I've discovered, and perhaps it's caused by my improper application of the plugin. I get reversed surfaces between rails/curves that make up the object to be lofted. I wouldn't mind so much, except that the surface does not remain divided by the rails, so I have to flip a few hundred faces by hand for each reversed area using "view hidden geometry" to make the faces selectable. Example of the output below. Anything I can do or suggestions as to how to prevent this?
    [attachment=0:pvmj8oh0]<!-- ia0 -->seat.jpg<!-- ia0 -->[/attachment:pvmj8oh0]
    Thanks big time for the plugin, it's really put SU on a whole 'nuther level. I'm finally able to do some modeling I really didn't know how to do in SU before.

    It should orient faces to be all the same...
    BIT even then this isn't too problematical...
    Temporarily View > Hidden Lines 'On'.
    Edit the Group.
    Select one face that is correctly oriented, right-click 'Orient' - all connected faces as flipped to match it.
    Done!
    [Perhaps View > Hidden Lines 'Off' if desired]

    TIG

    1 Reply Last reply Reply Quote 0
    • E Offline
      EscapeArtist
      last edited by 31 Aug 2010, 20:54

      @tig said:

      It should orient faces to be all the same...
      BIT even then this isn't too problematical...
      Temporarily View > Hidden Lines 'On'.
      Edit the Group.
      Select one face that is correctly oriented, right-click 'Orient' - all connected faces as flipped to match it.
      Done!
      [Perhaps View > Hidden Lines 'Off' if desired]

      Thanks for the reply. I suppose that this is one of those things in the "D'Oh! Thread" that I missed. 😳 Yet another tip that would have saved me tons of time had I known about it before!

      1 Reply Last reply Reply Quote 0
      • F Offline
        fredo6
        last edited by 1 Sept 2010, 07:18

        As advised by Daniel and TIG, you should use Orient Face to get them all oriented the same way.
        It is on my list to improve the generation of geometry for Skinning so that all faces are oriented correctly. It is actually not so simple, because one portion of skin can be connected to more than one other.

        Fredo

        1 Reply Last reply Reply Quote 0
        • T Offline
          TIG Moderator
          last edited by 3 Sept 2010, 20:50

          Fredo

          I'm sure you've already found it... but in my similar scripts they can 'orient' faces consistently using my 'orient_faces' method [that is published around here somewhere and incorporated in modified forms in these tools]. As long as the created edges have no more than two faces you can consistently 'orient' them all to match even if the mesh 'flips' at some points - they might ALL be made the wrong way round compared to what the user expects... but then a simple reverse fixes them all in one go [I also do tricks like assume the topmost face faces upwards and use that to orient the set from - but that's not foolproof either... open shells might concave OR convex!]

          TIG

          1 Reply Last reply Reply Quote 0
          • F Offline
            fredo6
            last edited by 4 Sept 2010, 06:51

            TIG,

            The main problem with have with the SU API is that there is no Bulk methods to work on a set of elements for Smoothing, Reversing, Orienting, etc.... (whereas these methods exist in the natural GUI). As a result, doing it by program results in long response time, even longer that to generate the basic mesh geometry. We could ask the SU Google Team to add these methods in a next version, but you know there is no guarantee.

            For face orientation, my plan is to calculate the orientation in the algorithm itself (based on the ordering of points in the Geom::PolygonMesh construction).

            For the time being, I consider this is not a critical issue for the user, because s/he can always orient, reverse and smoothen instantly the face mesh, even complex, via the native SU GUI (of course, Orient Face should be more known). I assume that users need Curviloft occasionally and do not need to generate 20 meshes by minutes.

            Fredo

            1 Reply Last reply Reply Quote 0
            • T Offline
              taekle
              last edited by 13 Sept 2010, 15:44

              Fredo6

              I did this with DC and loft by splines.
              After making transformed copies of only two profiles, then I launched loft by splines.
              Here is my other post which contains more images and information.
              http://forums.sketchucation.com/viewtopic.php?f=289&t=30749#p270943

              Thanks for your efforts I could go further in my DC investigation. πŸ˜„


              spiral by loft


              spiral_loft_c_1.jpg

              http://taekle.blogspot.com

              1 Reply Last reply Reply Quote 0
              • T Offline
                thomthom
                last edited by 16 Sept 2010, 07:56

                Hi Fredo

                I just tried the Skinning feature.
                At first I thought it failed to create the mesh - but then I realised it had created it, just not in the current context. I was working on some curves inside a component with Hide Rest of Model enabled - so I did not see the mesh getting created.

                Thomas Thomassen β€” SketchUp Monkey & Coding addict
                List of my plugins and link to the CookieWare fund

                1 Reply Last reply Reply Quote 0
                • F Offline
                  fredo6
                  last edited by 16 Sept 2010, 09:37

                  @thomthom said:

                  Hi Fredo

                  I just tried the Skinning feature.
                  At first I thought it failed to create the mesh - but then I realised it had created it, just not in the current context. I was working on some curves inside a component with Hide Rest of Model enabled - so I did not see the mesh getting created.

                  Currently the mesh is created as a Group at the first level of the model. That's a small bug.
                  Anyway, I will probably improve this part, in particular the possibility to use existing groups, if you build the mesh piece by piece

                  Fredo

                  1 Reply Last reply Reply Quote 0
                  • T Offline
                    TIG Moderator
                    last edited by 16 Sept 2010, 10:24

                    It's quite straightforward to make your new mesh-group in the same 'context' as the selected curve edge[0], in the form entities=edge.parent.entities group=entities.add_group()
                    Then the 'group' for the new mesh will be in the same 'context' as the curve's 'edge'... πŸ€“

                    TIG

                    1 Reply Last reply Reply Quote 0
                    • F Offline
                      fredo6
                      last edited by 16 Sept 2010, 10:30

                      TIG,

                      The bug is simply that I used model.enntities instead of model.active_entities, which is the current working context.

                      I cannot rely on edges context, because Curviloft can actually 'borrow' contours from Edges that can be within different groups or components.

                      fredo

                      1 Reply Last reply Reply Quote 0
                      • T Offline
                        TIG Moderator
                        last edited by 16 Sept 2010, 12:43

                        Got you...
                        So just add the active_ to entities and it works !!! πŸ˜’

                        Line#198 in CurviloftGeometry.rb
                        @top_group = @model.**active_**entities.add_group

                        TIG

                        1 Reply Last reply Reply Quote 0
                        • charly2008C Offline
                          charly2008
                          last edited by 17 Sept 2010, 15:33

                          Hi,

                          some further simple constructions with Curviloft. The last image show the basi construction.

                          Charly


                          Fantasie.jpg


                          Fantasie1.jpg


                          Unbenannt1.JPG


                          Unbenannt (2).JPG


                          Curviloft95 Basic Construction.skp


                          Unbenannt3.JPG

                          He who makes no mistakes, makes nothing

                          1 Reply Last reply Reply Quote 0
                          • pilouP Offline
                            pilou
                            last edited by 17 Sept 2010, 15:48

                            Cool geometric exploration β˜€

                            Frenchy Pilou
                            Is beautiful that please without concept!
                            My Little site :)

                            1 Reply Last reply Reply Quote 0
                            • ken28875K Offline
                              ken28875
                              last edited by 17 Sept 2010, 15:57

                              Wow, that's pretty cool. πŸ‘

                              Who would think that Sketchup could do such a thing with a few click of the mouse.

                              Follow Your Dreams.

                              1 Reply Last reply Reply Quote 0
                              • D Offline
                                d12dozr
                                last edited by 17 Sept 2010, 15:59

                                Amazing stuff, Charly πŸ‘

                                3D Printing with SketchUp Book
                                http://goo.gl/f7ooYh

                                1 Reply Last reply Reply Quote 0
                                • charly2008C Offline
                                  charly2008
                                  last edited by 28 Sept 2010, 22:26

                                  Hi,

                                  some new curviloft objects.

                                  Charly


                                  Unbenannt1.JPG


                                  Unbenannt2.JPG


                                  Unbenannt5.JPG


                                  Unbenannt6.JPG


                                  Unbenannt7.JPG


                                  Unbenannt8.JPG

                                  He who makes no mistakes, makes nothing

                                  1 Reply Last reply Reply Quote 0
                                  • ken28875K Offline
                                    ken28875
                                    last edited by 28 Sept 2010, 22:53

                                    Wow, this is really cool. πŸ‘

                                    Could you please show the screenshots of the sketchup geos?

                                    Thank you, Sir.

                                    _KN

                                    Follow Your Dreams.

                                    1 Reply Last reply Reply Quote 0
                                    • R Offline
                                      robert111
                                      last edited by 29 Sept 2010, 00:05

                                      charly2008
                                      can you make juste one tutorial for yours nice jobs

                                      1 Reply Last reply Reply Quote 0
                                      • charly2008C Offline
                                        charly2008
                                        last edited by 29 Sept 2010, 11:02

                                        Hi Ken, hi Robert,

                                        at first a few screen shots from SketchUp.


                                        Unbenannt.JPG


                                        Unbenannt1.JPG


                                        Unbenannt2.JPG


                                        Unbenannt5.JPG

                                        He who makes no mistakes, makes nothing

                                        1 Reply Last reply Reply Quote 0
                                        • mitcorbM Offline
                                          mitcorb
                                          last edited by 29 Sept 2010, 11:11

                                          You have a great imagination, and I assume your knowledge is less limited than many πŸ˜„ πŸ‘ πŸ‘

                                          I notice in the SKup captures that the geometry is coincident but not intersecting. I did not realize that a render app would tolerate this?

                                          By the way, which render app is it?

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

                                          1 Reply Last reply Reply Quote 0
                                          • 1
                                          • 2
                                          • 14
                                          • 15
                                          • 16
                                          • 17
                                          • 18
                                          • 65
                                          • 66
                                          • 16 / 66
                                          • First post
                                            Last post
                                          Buy SketchPlus
                                          Buy SUbD
                                          Buy WrapR
                                          Buy eBook
                                          Buy Modelur
                                          Buy Vertex Tools
                                          Buy SketchCuisine
                                          Buy FormFonts

                                          Advertisement