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.
    • pilgerP Offline
      pilger
      last edited by

      Ah, sorry for the lack of response back there TIG. I've been sort of away from modeling for a while.

      The plugin seems to be working flawlessly now. Perfect. It's one of the plugins i use the most and i had to turn back to an older version i had stored somewhere here when i stumbled upon that problem, so many many thanks for the fix! πŸ‘

      1 Reply Last reply Reply Quote 0
      • B Offline
        braknes
        last edited by

        Hi

        I've tried several times to install this plugin. I copied it to the plugin folder, restarted SketchUp, but when I right-click on the section plane there is no option to "Add Section-Cut Face". Any idea what might be wrong?

        I run SU 8 Pro in OS X
        Thanks!

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

          Braknes

          You must have a selection of just one Section-Plane and nothing else at all selected - for this tool to appear in the context-menu as 'Add Section-Cut Face'.

          let's consider a few possibilities...
          Have you installed the script in the correct place?
          To test this open your Ruby Console and type [or copy&paste] these lines...
          Sketchup.find_support_file("SectionCutFace.rb", "Plugins")
          If it returns ' nil' then the file not there and therefore it isn't auto-loading.
          Where is it then?
          Move it into Plugins and restart Sketchup...
          However, if it returns the full path to the file it's there and it should be auto-loading and therefore available for you to use, if you have an appropriate selection.
          If it's there also check that this .rb file has appropriate permissions to be 'read'.
          Assuming it's in the right folder, try reloading it; in the Ruby Console type [or copy&paste]
          load "SectionCutFace.rb"
          Is should then be available in the context-menu, with a suitable selection...
          Still not working?? Let's try circumventing the context-menu and running the code from the Ruby Console directly...
          Select one Section-Plane... and then type [or copy&paste]
          SectionCut.new()
          A dialog will open and on OK a faced-section-cut is made.
          IF you haven't properly selected a Section-Plane it will still open the dialog, but then on OK it'll produce some error messages in the Console, because we'll have side-stepped the initial checking for an appropriate selection to process and it'll fail !

          TIG

          1 Reply Last reply Reply Quote 0
          • B Offline
            braknes
            last edited by

            Thanks TIG! I got it to work.

            This is really a great plugin! Thanks for making life easier πŸ˜‰

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

              Hi Tig,
              where would i beable to download the section cut face plugin? im struggling to find it

              thanks

              1 Reply Last reply Reply Quote 0
              • jolranJ Offline
                jolran
                last edited by

                At the very first post? It's a tradition..

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

                  Thanks.

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

                    Hi,
                    It seems SectionCutFace is not able to map faces if cutted parts are in different altitude.

                    Here is the model, I want to cut the top of the walls but all walls extremities are not at the same level.


                    http://img651.imageshack.us/img651/6164/testsectioncut.jpg

                    and here is the result


                    http://img12.imageshack.us/img12/9931/testsectioncut2.jpg

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

                      SectionCutFace needs to try to work out what is to be solid and what is to be void.
                      If the objects being cut are 'manifold' it's fine, but it there are inter-penetrating forms it can get confused! Give it a helping hand.
                      It you choose to keep unfaced edges you can always 'face; these later and apply the material...

                      TIG

                      1 Reply Last reply Reply Quote 0
                      • B Offline
                        bcblock
                        last edited by

                        I just installed this plugin and got it to work fine. I want to use it to render a section cut, but when I render with Podium, it renders without the section cut applied. Any suggestions?

                        Thanks in advance!

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

                          It does render but the the section-cut is ignored.
                          The section-cut-face is there inside the form.
                          Use 'Search' for Zorro2 [e.g. http://forums.sketchucation.com/viewtopic.php?p=184604#p184604] - which combined with SectioncutFace - can chop the model along the cut.
                          Use a copy as it does physically split the model along the plane and erase half of it!!!!
                          Then render the copy model - Gaieus has some examples of a chapel rendered this way...

                          TIG

                          1 Reply Last reply Reply Quote 0
                          • cottyC Offline
                            cotty
                            last edited by

                            @tig said:

                            Gaieus has some examples of a chapel rendered this way...

                            see page 5 of this topic for pictures...

                            my SketchUp gallery

                            1 Reply Last reply Reply Quote 0
                            • utilerU Offline
                              utiler
                              last edited by

                              Here's an idea, TIG.

                              Could SectionCutFace be edited to allow section cuts of particular groups/components [hence layers] be created as sub groups and applied to a like named layer? That way the user would have total control over what was visible or not....

                              EG:
                              I have Walls, internal and external, some named demolition and some existing. I cut a section through the floor plan and want to export existing plans, demo plans, new plans, etc so all I do is alter layers in each scene to view existing walls solid fill, demo walls not, etc.....

                              purpose/expression/purpose/....

                              1 Reply Last reply Reply Quote 0
                              • M Offline
                                mchizz
                                last edited by

                                Hi TIG

                                Wicked plugin, and dead handy for my Architecture course!

                                I have a little problem though, i can create section, but as soon as i create a scene afterwards the section cut dissapears. I have tried setting up a scene first and then creating a section cut but as soon as i update the scene it dissapears again. It doesnt seem to get hidden, just deleted? I have tried keeping it locked and unlocked. Is there a setting i'm missing when i save my scenes?

                                I have had a thorough look online and in these forums and cannot find anyone elese who has had the problem.

                                Any help would be great!

                                Marc

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

                                  The SectionCutFace grouped geometry is put onto its own layer.
                                  This layer is by default only visible in the active scene-tab, but not in other or any new scenes, but you can switch it on and update the scene-tab[s] as desired.
                                  To actually see the section-cut itself [irrespective of whether or not it has a face applied] you need to have it set to be remembered in the scene-tab's settings [Scene Manager]; remember to update your scene-tabs as you change aspects like section-cuts and visible layers.

                                  TIG

                                  1 Reply Last reply Reply Quote 0
                                  • M Offline
                                    mchizz
                                    last edited by

                                    Ah nice one TIG!!

                                    Thanks mate, i can't believe i didn't check out the layers! i dont use them much and didn't think it would just turn the cut layer off by creating a scene.

                                    Appreciate the quick response too.

                                    Thanks again!!

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

                                      By default any new layers you make manually are then active in other [new] scenes.
                                      In code you can set a layer's properties differently, so that it only appears in a selected scene[s] but thereafter not in 'new' scenes you make.
                                      In this case it is to avoid the confusion of having several section-cuts-faces all 'on' in every new scene-tab, which you are unlikely to want... but if you do want a cut-face on in selected other/new scene-tabs then its layer can be activated in the desired additional scene-tab[s] and the scene-tab[s] updated to remember the changes.

                                      TIG

                                      1 Reply Last reply Reply Quote 0
                                      • utilerU Offline
                                        utiler
                                        last edited by

                                        @utiler said:

                                        Here's an idea, TIG.

                                        Could SectionCutFace be edited to allow section cuts of particular groups/components [hence layers] be created as sub groups and applied to a like named layer? That way the user would have total control over what was visible or not....

                                        EG:
                                        I have Walls, internal and external, some named demolition and some existing. I cut a section through the floor plan and want to export existing plans, demo plans, new plans, etc so all I do is alter layers in each scene to view existing walls solid fill, demo walls not, etc.....

                                        Any comments, TIG?

                                        purpose/expression/purpose/....

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

                                          If you make your section-cuts inside groups the cuts-faces are only applied to the cut objects only in the context. So you need to have matching section-panes inside different groups and 'face' them individually ?
                                          I can't see a way to do it otherwise... πŸ˜•

                                          TIG

                                          1 Reply Last reply Reply Quote 0
                                          • utilerU Offline
                                            utiler
                                            last edited by

                                            No worries, TIG. I don't see that working efficiently as there could be many groups requiring cut so multiple section plans requiring individual actions makes it too long a process...

                                            Thought it was worth a try... πŸ‘

                                            purpose/expression/purpose/....

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 25
                                            • 26
                                            • 27
                                            • 28
                                            • 29
                                            • 27 / 29
                                            • First post
                                              Last post
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement