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

    [Plugin] SectionCutFace

    已排程 已置頂 已鎖定 已移動 Plugins
    562 貼文 169 Posters 337.4k 瀏覽 168 Watching
    正在載入更多貼文
    • 從舊到新
    • 從新到舊
    • 最多點贊
    回覆
    • 在新貼文中回覆
    登入後回覆
    此主題已被刪除。只有擁有主題管理權限的使用者可以查看。
    • TIGT 離線
      TIG Moderator
      最後由 編輯

      Since the release of SketchUp version 8M2 the installation of RBZ based Plugins is handled 'automatically'.
      Use the Preferences > Extensions > Install Archive... button.
      Choose the Plugin's RBZ file, answer in the affirmative to the promts, and SketchUp does the rest...
      Also note that since v2014 there is no Plugins folder inside the main SketchUp folder.
      Instead each user gets their own Plugins folder made for them in their C:/Users/UserName/AppData/Roaming/... path - but you really never need to look in that - its creation and the finding of it to auto-install RBZ based Plugins is handled for you by SketchUp.
      But if you must find it then use this snippet in the Ruby Console +<enter>:
      Sketchup.find_support_file('Plugins')

      Because you appear to have issues with some basics... please also note that this particular 'SectionCutFace' Plugin does NOT appear in any main-menu or toolbar - it only appears in the right-click context-menu if the current selection consists of one Section-Plane.

      Also not that in v2015 the main-menu heading - previously called 'Plugins' - is now renamed 'Extensions', and it only appears if at least one loaded Plugin has added an entry into that menu.
      Also note that some Plugins may not appear in this menu, and they can appear under any other main-menu headings [like 'Draw'], or as a Toolbar or are context-menu driven - so read the specific instructions for each Plugin...

      TIG

      1 條回覆 最後回覆 回覆 引用 0
      • romboutR 離線
        rombout
        最後由 編輯

        Sorry if this is a double question, couldnt find it quickly though.

        When i have a scene / model which consists of multiple layers already is it correct that sectioncut only look at the mesh on the layer0?

        im using su2015 make on mac yosemite 10.10.4

        1 條回覆 最後回覆 回覆 引用 0
        • Dave RD 離線
          Dave R
          最後由 編輯

          All of your meshes, that is all edges and faces, should be on Layer 0 anyway. It's only components and groups that should get layer associations other than Layer 0.

          Even if you violate that most basic rule, SectionCutFace will add section cut faces for geometry that is not on Layer 0.

          Etaoin Shrdlu

          %

          (THERE'S NO PLACE LIKE)

          G28 X0.0 Y0.0 Z0.0

          M30

          %

          1 條回覆 最後回覆 回覆 引用 0
          • P 離線
            PP_RhuM
            最後由 編輯

            Hi TIG and thanks for all your great plug-ins.

            I created an application as a SketchUp extension for parsing a specific model within an XML file and creating all the geometry of this model.
            Section planes can be contained within it and I wanted to know if it's possible to call your plugin through a command with needed parameters like this for example :

            sectionCutFace = TIG::SectionCutFace.new(section_plane, color, keepAllEdges, hideEdges, lock, autoUpdate, layer)

            Thank you for your answer.

            Bye.

            1 條回覆 最後回覆 回覆 引用 0
            • JQLJ 離線
              JQL
              最後由 編輯

              I've been meaning to ask this for a long time but never thought of bothering you with this before: now seems a good chance.

              Is it possible to have the name and layer of the section cut face, being the same as the layer where the section resides?

              EXAMPLE:

              I have a "X PLT 1" layer only active in scene "X PLT 1"

              A section in layer "X PLT 1" would generate a SectionCutFace called "X PLT 1" and the Section cut layer would also be "X PLT 1".

              Current naming is automatic and I sometimes forget to change layer...

              www.casca.pt
              Visit us on facebook!

              1 條回覆 最後回覆 回覆 引用 0
              • TIGT 離線
                TIG Moderator
                最後由 編輯

                How about this...
                The drop-down "Layer:" list defaults to a [new] top item:
                <Section's Layer>
                If that is chosen then the new SectionCutFace is assigned the selected Section's Layer, AND it is named as set out below...***
                then a new layer generated for this SectionCutFace:
                SCUT-123456
                then a possible Custom named if that's chosen a follow up dialog asks for a new name, if the Layer exists there is a warning and Yes to use it, No to increment it and Cancel to stop.
                <Customized>
                then the rest...
                Layer0 Layer1
                etc

                ***Aan extra input drop-down list "Name:", defaulting to:
                <After Section's Layer>
                with an additional options:
                <Customized>

                So if the user wants the SectionCutFace Layer matches the Section's Layer, and the SectionCutFace name can match the SectionCutFace Layer's name.

                If they choose the new unique Layer name it's made and assigned and the SectionCutFace is named to match that - just as now.

                If they give a Customized Layer name in the dialog, then as set out above, it's either made or reused, and assigned, and the SectionCutFace is named to match. If canceled or "" it aborts.

                If they choose a Customized SectionCutFace Name, then irrespective of the Layer naming, a dialog asks for it and it's used. If canceled or "" it aborts.

                TIG

                1 條回覆 最後回覆 回覆 引用 0
                • JQLJ 離線
                  JQL
                  最後由 編輯

                  @tig said:

                  How about this...

                  😮 That's perfect!

                  And it makes default behaviour as I suggested too! (Even if I would gladly configure the loader.rb as before!)

                  www.casca.pt
                  Visit us on facebook!

                  1 條回覆 最後回覆 回覆 引用 0
                  • TIGT 離線
                    TIG Moderator
                    最後由 編輯

                    Here's v5.0 http://sketchucation.com/pluginstore?pln=SectionCutFace
                    It's now signed for v2016 full compatibility.
                    The customize-able Constants [COLORS-list and various starting defaults] are now supplied in an editable '.constants' file within its subfolder.
                    There are now several more locale .strings files.

                    The main changes are that the dialog now lets you choose the layer for the SectionCutFace -
                    either the Section's layer,
                    or a unique SCUT-nnnnnn layer,
                    or a 'Customized' layer [you type in a name],
                    or any other layer available in the model.

                    It also now lets you choose the SectionCutFace's name - as either as its Layer-Name or a 'Customized' name [you type in a name].

                    TIG

                    1 條回覆 最後回覆 回覆 引用 0
                    • JQLJ 離線
                      JQL
                      最後由 編輯

                      This is the BEST section plugin for Sketchup! EVER!

                      Thank you so much TIG!

                      www.casca.pt
                      Visit us on facebook!

                      1 條回覆 最後回覆 回覆 引用 0
                      • P 離線
                        PP_RhuM
                        最後由 編輯

                        Error on SketchUp 8 start :

                        Erreur de chargement du fichier SectionCutFace.rb
                        (eval):66:in `require': uninitialized constant SketchupExtension::TIG::SectionCutFace::FOLDER

                        Looks like SketchUp 8 doesn't have access to the "SketchupExtension" module.

                        1 條回覆 最後回覆 回覆 引用 0
                        • ntxdaveN 離線
                          ntxdave
                          最後由 編輯

                          Does the updated version work with 2015? I installed it but do not see it anywhere.

                          1 條回覆 最後回覆 回覆 引用 0
                          • JQLJ 離線
                            JQL
                            最後由 編輯

                            It works with every version. You find it only by right clicking on a section.

                            First time you do it SectionCutFace as only an option - Add SectionCutFace.

                            Next time, if you use the ONDEMAND option, it will have two entries on context menu - Add SectionCutFace and Remake SectionCutFace.

                            In previous versions, if you would use Remake SectionCutFace in a section that had changed it's layer, it would still Remake the section into the original layer it was originally created as those were the initial settings stored by section. I haven't fully tested this new version but it will probably work differently (it should at least I will try).

                            www.casca.pt
                            Visit us on facebook!

                            1 條回覆 最後回覆 回覆 引用 0
                            • Dave RD 離線
                              Dave R
                              最後由 編輯

                              @ntxdave said:

                              Does the updated version work with 2015? I installed it but do not see it anywhere.

                              Yes. Where are you looking for it? It only shows in the Context menu when you right click on a section plane.

                              Etaoin Shrdlu

                              %

                              (THERE'S NO PLACE LIKE)

                              G28 X0.0 Y0.0 Z0.0

                              M30

                              %

                              1 條回覆 最後回覆 回覆 引用 0
                              • ntxdaveN 離線
                                ntxdave
                                最後由 編輯

                                @dave r said:

                                @ntxdave said:

                                Does the updated version work with 2015? I installed it but do not see it anywhere.

                                Yes. Where are you looking for it? It only shows in the Context menu when you right click on a section plane.

                                😳

                                Works fine. Now I need to read some documentation so after I create one, I can change the color if I like. Just playing around without reading anything, I deleted and then re-added.

                                1 條回覆 最後回覆 回覆 引用 0
                                • N I C ON 離線
                                  N I C O
                                  最後由 編輯

                                  Greetings!

                                  I have sketchup 2015 and the updated version of 'Section Cut Face' is not compatible, as I open my sketchup, an error occurs. Please help me to have this plug-in for 2015 sketchup. This would be a great help for my thesis. Thank you so much.

                                  Godspeed.!

                                  1 條回覆 最後回覆 回覆 引用 0
                                  • TIGT 離線
                                    TIG Moderator
                                    最後由 編輯

                                    @N I C O

                                    It should be compatible with earlier SketchUp versions [like v2015].
                                    What is the "error that occurs" ?
                                    Please supply the details.
                                    We can't help with such vague reports...
                                    So please supply the FULL error-message.

                                    TIG

                                    1 條回覆 最後回覆 回覆 引用 0
                                    • ntxdaveN 離線
                                      ntxdave
                                      最後由 編輯

                                      Working fine for me in 2015 Pro

                                      1 條回覆 最後回覆 回覆 引用 0
                                      • N I C ON 離線
                                        N I C O
                                        最後由 編輯

                                        Greetings!!

                                        Is there a SectionCutFace plug-n compatible for sketchup 2015, I can't find anywhere? I need it and it will be a big help for my thesis. Thank you so much in advance.

                                        Godspeed!

                                        1 條回覆 最後回覆 回覆 引用 0
                                        • cottyC 離線
                                          cotty
                                          最後由 編輯

                                          @n i c o said:

                                          Greetings!!

                                          Is there a SectionCutFace plug-n compatible for sketchup 2015, I can't find anywhere? I need it and it will be a big help for my thesis. Thank you so much in advance.

                                          Godspeed!

                                          Yes, this one, you can download it at the plugin store or with the plugin store extension.

                                          my SketchUp gallery

                                          1 條回覆 最後回覆 回覆 引用 0
                                          • O 離線
                                            otb designworks
                                            最後由 編輯

                                            Thanks TIG!!

                                            Without doubt, my SU experience would suck a whole lot without Section Cut Face and Mirror. Indispensable and greatly appreciated.

                                            Cheers, Chuck

                                            OTB Designworks is on Youtube

                                            6 core nMP, 32 gig RAM, (2) D700 GPU's, dual monitors

                                            1 條回覆 最後回覆 回覆 引用 0
                                            • 1
                                            • 2
                                            • 24
                                            • 25
                                            • 26
                                            • 27
                                            • 28
                                            • 29
                                            • 26 / 29
                                            • 第一個貼文
                                              最後的貼文
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement