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

    [Plugin] SectionCutFace

    Scheduled Pinned Locked Moved Plugins
    562 Posts 169 Posters 337.4k Views 168 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.
    • A Offline
      a33333c
      last edited by

      help can't use
      sk8 pro

      http://img210.imageshack.us/img210/8342/aavvo.jpg

      1 Reply Last reply Reply Quote 0
      • TIGT Offline
        TIG Moderator
        last edited by

        This tool only appears if just one section-plane is selected - which it is and the face tools is there.

        A way to see if it at least works, is to select the section-plane [nothing else] and then open the Ruby Console and copy/paste [or type] this text + an <enter> press, The dialog should now start the tool's processing...
        SectionCut.new()
        Assuming it can work then I suspect the following issues...

        A reason for 'grayed' out context-menus is well known... but 'old' and solvable.
        It is fixed in the newer versions of Sketchup v8, but I see you have v7, where it can occur.
        It is caused by having too many plugins loading 'commands'.
        Sketchup used to have a limit of about 1000 commands [but this is much higher in the newer versions], so if you have assembled lots of plugins that make commands once you reach that limit Sketchup starts 'dumping' commands and so some items get 'grayed' [disabled] in the context-menu [the main menus can also show symptoms in severe cases]...
        Although this tool particular does not even make a 'command', its availability can be affected by a surfeit of commands when you have the older systems...
        The way to fix it is to upgrade to say v8 free and use that: remember that v7 can coexists if you want its DXF tools etc...
        Some older scripts did make multiple commands during a sessions, which exacerbated the problem, as far as I know these are all fixed, so at least make sure that you have the latest versions of your tools...
        Another ways to try and fix it is to go through your Preferences > Extensions and disable all of the ones you don't often use... AND also to look through the Plugins folder and take out scripts that you rarely use. Then when restarted Sketchup will be 'leaner' and the old grayed context-menu issues should stop...

        TIG

        1 Reply Last reply Reply Quote 0
        • S Offline
          Scubadooper
          last edited by

          Am I able to use this .rb in SketchUp 8? From what I've learnt .rb is for version 7 and .rbz is for version 8. I've done a search on teh thread for mention of .rbz and haven't found anything. I've tried copying the file to the relevant extensions folder in the programe file (as you would for SketchUp 7) however it doesn't seem to work.

          Any ideas?

          Thanks

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

            The .rbz format is just a .rb compressed. So the plugin will work in version 8. Probably you have something wrong with the installation/admin rights. For using the plugin you have to put a section cut in the model then right click-->add section-cut face.

            1 Reply Last reply Reply Quote 0
            • Dave RD Offline
              Dave R
              last edited by

              @scubadooper said:

              Am I able to use this .rb in SketchUp 8? From what I've learnt .rb is for version 7 and .rbz is for version 8. I've done a search on teh thread for mention of .rbz and haven't found anything. I've tried copying the file to the relevant extensions folder in the programe file (as you would for SketchUp 7) however it doesn't seem to work.

              Any ideas?

              Thanks

              So just where did you learn this? Yesterday on another forum I ran into the same thing. That posted emphatically claimed that plugins must be in the .rbz format to work in SketchUp 8. This is absolutely wrong. I'm curious as to where you learned this so perhaps we can correct it and head off problems for other people.

              As Massimo says, .rbz files are simply compressed (zipped) plugin files. They may contain more than just the .rb file. For plugins which do have the .rbz format, you can install them with Install Extensions under Preferences>Extensions. For simple .rb files, you only need to drop the file into the Plugins folder.

              In your case you probably don't have full read and write permissions for the Plugins folder. Change those permissions to give you total access and reinstall this plugin by copying it into the Plugins folder. Make sure it still has the .rb file extension.

              Etaoin Shrdlu

              %

              (THERE'S NO PLACE LIKE)

              G28 X0.0 Y0.0 Z0.0

              M30

              %

              1 Reply Last reply Reply Quote 0
              • S Offline
                Scubadooper
                last edited by

                Thanks to both of you.

                It was a problem in using the script (it's the first extension I've used), the right click advice worked a dream.

                1 Reply Last reply Reply Quote 0
                • Dave RD Offline
                  Dave R
                  last edited by

                  Matthew, I'm still interested as to where you learned that plugins have to be in the RBZ format to work in SU8.

                  Etaoin Shrdlu

                  %

                  (THERE'S NO PLACE LIKE)

                  G28 X0.0 Y0.0 Z0.0

                  M30

                  %

                  1 Reply Last reply Reply Quote 0
                  • S Offline
                    Scubadooper
                    last edited by

                    @dave r said:

                    Matthew, I'm still interested as to where you learned that plugins have to be in the RBZ format to work in SU8.

                    Sorry I didn't answer in my other post.

                    I had tried to find the solution to the problem and in reading how to install plugins on the Trimble website (here: http://www.sketchup.com/intl/en/download/rubyscripts.html) it wasn't clear that I was able to use the copy method as well as from an rbz. The text reads 'installing on version 7 and earlier' and 'installing on version 8', when it should read 'installing with a .rb' and 'installing on version 8 (and later?)with a .rbz'

                    Of note is that the Google website (here http://support.google.com/sketchup/bin/answer.py?hl=en&answer=38583) causes the same effect.

                    1 Reply Last reply Reply Quote 0
                    • Dave RD Offline
                      Dave R
                      last edited by

                      I see how it might be mis-interpreted if you don't read the entire page. There is this:

                      @unknownuser said:

                      Older versions of SketchUp and .rb files
                      If you're using an older version of SketchUp or you have a file with the .rb extension, you can install the plugin by placing the Ruby script file into the appropriate folder, and then restarting SketchUp.

                      Thanks for that.

                      Etaoin Shrdlu

                      %

                      (THERE'S NO PLACE LIKE)

                      G28 X0.0 Y0.0 Z0.0

                      M30

                      %

                      1 Reply Last reply Reply Quote 0
                      • TIGT Offline
                        TIG Moderator
                        last edited by

                        Here's a major update...

                        http://sketchucation.com/forums/viewtopic.php?p=172583#p172583

                        You now have the option to 'Glue' the section-cut-face to the Section-Plane, so it changes with adjustments to the plane/model-geometry etc...
                        Recoded to be faster and has customizable color list etc...

                        TIG

                        1 Reply Last reply Reply Quote 0
                        • G Offline
                          Gjenio
                          last edited by

                          @tig said:

                          You now have the option to 'Glue' the section-cut-face to the Section-Plane, so it changes with adjustments to the plane/model-geometry etc...

                          That´s amazing. Thanks so much for adding this long awaited new feature.
                          That turns Skp 8 into a completly new version!

                          1 Reply Last reply Reply Quote 0
                          • A Offline
                            ArCAD-UK
                            last edited by

                            Feels a lot faster 😎

                            One problem, it is creating faces for switched off layers. 😕

                            1 Reply Last reply Reply Quote 0
                            • srxS Offline
                              srx
                              last edited by

                              Great update! Thanks. Is there a way to make it work in 7.1?

                              www.saurus.rs

                              1 Reply Last reply Reply Quote 0
                              • TIGT Offline
                                TIG Moderator
                                last edited by

                                @srx said:

                                Great update! Thanks. Is there a way to make it work in 7.1?

                                Sadly, no...

                                TIG

                                1 Reply Last reply Reply Quote 0
                                • TIGT Offline
                                  TIG Moderator
                                  last edited by

                                  @arcad-uk said:

                                  Feels a lot faster 😎

                                  One problem, it is creating faces for switched off layers. 😕

                                  I'll look at addressing that ?
                                  Didn't it use to ?

                                  TIG

                                  1 Reply Last reply Reply Quote 0
                                  • A Offline
                                    ArCAD-UK
                                    last edited by

                                    The previous version would only section what was visible so you could extract just parts of the model. What flagged it up for me was all my demolitions suddenly reappeared.

                                    My workflow is similar to Sonder's e.g. background and line work except I'm using fills in LO underneath the line work, is it possible for the glue function to work without faces?

                                    With your new version the defaults can't be edited, any chance of making it so all the Y/N options can be preset by the user as well as selecting <No Face>?

                                    1 Reply Last reply Reply Quote 0
                                    • TIGT Offline
                                      TIG Moderator
                                      last edited by

                                      http://sketchucation.com/forums/viewtopic.php?p=172583#p172583

                                      This v3.1 update now ignores objects that are hidden/on hidden layers 😄

                                      TIG

                                      1 Reply Last reply Reply Quote 0
                                      • G Offline
                                        gbing
                                        last edited by

                                        Thank you TIG for all your awesome plugins!

                                        1 Reply Last reply Reply Quote 0
                                        • TIGT Offline
                                          TIG Moderator
                                          last edited by

                                          Here's v3.2
                                          http://sketchucation.com/forums/viewtopic.php?p=172583#p172583

                                          Fixed glitch with glued cut-faces not updating in convoluted nested contexts.

                                          The previous version would sometimes not update a cut if a 'geometry edit' had been done several contexts removed from the section-plane's context - although it dis affect what was cut by the plane itself - but now with v3.2 all glued section-planes will update whenever there's a relevant edit in any other context that might impinge on what a section-plane might cut...

                                          TIG

                                          1 Reply Last reply Reply Quote 0
                                          • A Offline
                                            ArCAD-UK
                                            last edited by

                                            Awesome update. Thanks TIG 🤓 😎

                                            Just a thought but if the section plane was placed on a layer other than Layer0 could SCF pick the layer name up and use it as the default whilst still offering the option to select a new or other layer?

                                            I'd like to set the edges on can I change the default from No?

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

                                            Advertisement