sketchucation logo sketchucation
    • Login
    โ„น๏ธ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info

    [Plugin] RichSection V0.5.8 UPDATED march 2015

    Scheduled Pinned Locked Moved Plugins
    395 Posts 85 Posters 131.9k Views 85 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.
    • P Offline
      pgarmyn
      last edited by

      @rich o brien said:

      Indigo respect Section Cuts

      Thanks for the info. That's really a plus for SU-users.

      1 Reply Last reply Reply Quote 0
      • W Offline
        wat
        last edited by

        Thanks

        1 Reply Last reply Reply Quote 0
        • doush-007D Offline
          doush-007
          last edited by

          god please you ๐Ÿ˜

          1 Reply Last reply Reply Quote 0
          • soloS Offline
            solo
            last edited by

            @rich o brien said:

            Indigo respect Section Cuts

            Rich, can you confirm that Indigo works with this plugin?

            Then I guess I'd like to know how Indigo can do it and other cannot.

            http://www.solos-art.com

            If you see a toilet in your dreams do not use it.

            1 Reply Last reply Reply Quote 0
            • takesh hT Offline
              takesh h
              last edited by

              pgarmyn,
              Tour de force! ๐Ÿ˜ฎ
              Videos look marvelous too... however, is it working properly for everybody else?
              So far I'm getting no result from the plugin.
              It makes cuts and shows the dialog box, but never generated sections with materials.
              IOW it is working like native SU section tool, although it does generate automatically named scenes.
              I'm on Win7, Dell XPS8500, Intel Corei7-3770 3.4GHz, 12GB RAM, SketchUp8.
              Any help? โ“

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

                Great plugin!

                Is it possible for different solids/groups/components to be assigned different hatch properties so that you can show different hatch patterns with the same section cut?? Like Revit's section box?

                That would be awesome...

                Joel

                1 Reply Last reply Reply Quote 0
                • L Offline
                  LionByDesign
                  last edited by

                  This plugin is exactly what I need! ๐Ÿ˜

                  1 Reply Last reply Reply Quote 0
                  • P Offline
                    pgarmyn
                    last edited by

                    @takesh h said:

                    pgarmyn,
                    Tour de force! ๐Ÿ˜ฎ
                    Videos look marvelous too... however, is it working properly for everybody else?
                    So far I'm getting no result from the plugin.....
                    Any help? โ“

                    It should work on SU8. (It works for me)
                    You are the first after 160 downloads. Are there other people having problems?

                    Do you use components or groups? Are they closed in the sectionplan?
                    Test it with a Solid without changing any parameter in the dialog box?

                    Is there any error on the Ruby panel?

                    1 Reply Last reply Reply Quote 0
                    • P Offline
                      pgarmyn
                      last edited by

                      @ivreich said:

                      Great plugin!

                      Is it possible for different solids/groups/components to be assigned different hatch properties so that you can show different hatch patterns with the same section cut?? Like Revit's section box?

                      That would be awesome...

                      Joel

                      YES ๐Ÿ˜„ the 2nd video is showing that ๐Ÿ˜„
                      Use RichSection materials 'by layer' or 'by nature' or a combination.
                      Every RichSection can also have different section materials, by using a different 'prefix'
                      ๐Ÿ˜„

                      1 Reply Last reply Reply Quote 0
                      • micioneM Offline
                        micione
                        last edited by

                        Report a conflict with "offset.rb."
                        attached file.


                        offset.rb

                        1 Reply Last reply Reply Quote 0
                        • doush-007D Offline
                          doush-007
                          last edited by

                          Hello,
                          i install the plugin but it doesn't appear any where , i searched in toolbar menu , any idea ?
                          I am using sketchup 2013.

                          1 Reply Last reply Reply Quote 0
                          • P Offline
                            pgarmyn
                            last edited by

                            @micione said:

                            Report a conflict with "offset.rb."
                            attached file.

                            Ok, thanks. I will try to fix that. It will take some time.... โ—

                            1 Reply Last reply Reply Quote 0
                            • P Offline
                              pgarmyn
                              last edited by

                              @doush-007 said:

                              Hello,
                              i install the plugin but it doesn't appear any where , i searched in toolbar menu , any idea ?
                              I am using sketchup 2013.

                              A new plugin must be activated in the menu 'window/preferences',
                              a panel opens, select 'extensions' and activate 'RichSection'.

                              1 Reply Last reply Reply Quote 0
                              • doush-007D Offline
                                doush-007
                                last edited by

                                thanks a lot ๐Ÿ˜„

                                1 Reply Last reply Reply Quote 0
                                • P Offline
                                  pgarmyn
                                  last edited by

                                  @micione said:

                                  Report a conflict with "offset.rb."
                                  attached file.

                                  Offset.rb is not a standalone plugin (Can be called by other plugins). It is from Rick Wilson, created in 2004.
                                  What's happening โ“ How do you know there is a conflict โ“
                                  What other plugin is using offset.rb ? (Probably anther plugin from Rick Wilson) โ“

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

                                    Because your code is all encrypted we don't know what it does.
                                    If it has any 'offset; methods within it that are not encapsulated in your module/class methods, then your 'offset()' method might well clash with the bald scripted 'offet.rb' by RickW, if users have that loading with other scripts.
                                    Your code must not interfere with base class/module/methods or other's scripts that load as helpers - these are things like offset.rb, progressbar.rb and so on... It's easy enough to recast your own versions within your own modules so there is no overlap with other scripts... ๐Ÿ˜’

                                    TIG

                                    1 Reply Last reply Reply Quote 0
                                    • P Offline
                                      pgarmyn
                                      last edited by

                                      @tig said:

                                      Because your code is all encrypted we don't know what it does.
                                      If it has any 'offset; methods within it that are not encapsulated in your module/class methods, then your 'offset()' method might well clash with the bald scripted 'offet.rb' by RickW, if users have that loading with other scripts.
                                      Your code must not interfere with base class/module/methods or other's scripts that load as helpers - these are things like offset.rb, progressbar.rb and so on... It's easy enough to recast your own versions within your own modules so there is no overlap with other scripts... ๐Ÿ˜’

                                      About my code:

                                      • Every method, variable, ... is declared within module PiGa ; module RSection ; end ; end
                                      • No basic classes or modified or extended.
                                        And this is the case for the loader PiGa_RichSection.rb, and the main ruby RichSection.rbs

                                      That wasn't yet good practice in 2004 (Looking in code of offset.rb)
                                      I scanned my code : there is no method 'offset' or anything else named 'offset'

                                      So, if there is something โ“ The problem is not there.
                                      Please, micione tell me....
                                      What's happening ? How do you know there is a conflict ?
                                      What other plugin is using offset.rb ? (Probably anther plugin from Rick Wilson)

                                      1 Reply Last reply Reply Quote 0
                                      • micioneM Offline
                                        micione
                                        last edited by

                                        pgarmyn,

                                        "offset.rb" is used by other tools of Rick Wilson (eg "windowizer").
                                        What happens:
                                        Your tool applies the first section, then it stops, stuck.
                                        Any attempt to use the "move tool" on the section, it causes BugSplat.

                                        Only by removing "offset.rb" your tool starts working again.
                                        In order to identify the conflict, must be eliminated (one by one) all installed plugins. And this is what I did.
                                        I hope I was helpful.

                                        P.S. perhaps seek the advice of Rick Wilson?

                                        1 Reply Last reply Reply Quote 0
                                        • P Offline
                                          pgarmyn
                                          last edited by

                                          @micione said:

                                          pgarmyn,

                                          "offset.rb" is used by other tools of Rick Wilson (eg "windowizer").....

                                          Thanks
                                          I will test it out. Tomorrow

                                          1 Reply Last reply Reply Quote 0
                                          • P Offline
                                            pgarmyn
                                            last edited by

                                            @unknownuser said:

                                            A futur hit for sure! โ˜€
                                            When you say Demo, will be commercial at the end ?

                                            Maybee commercial... . But I will also keep a FREE version .
                                            Until March 2014, everybody can have the full 'DEMO'(Thanks for the correction Bob James)
                                            As 'RichSections' are standard SU-groups, they only need the plugin for update.

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

                                            Advertisement