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

    [Plugin] ExtrudeTools - Full Set

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

      As it is my first post - hi everyone;)

      I've got question about Arc's tutorial.
      What plugin do i need to move up this middle arc, like Arc did? I mean, how to control this arc so i can drag ending point up like it is shown on this tutorial...

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

        @lazybones said:

        As it is my first post - hi everyone;)
        I've got question about Arc's tutorial.
        What plugin do i need to move up this middle arc, like Arc did? I mean, how to control this arc so i can drag ending point up like it is shown on this tutorial...
        Sorry lazybones but you're making as much sense as a 'sack full of cornels' [=private-joke!].
        This is really about basic Arc drawing and so it probably belongs elsewhere ?
        BUT assuming this isn't going to get into a long off-topic ping-pong game... then please read this carefully...
        Find and read the Help function for Arc.
        Consider using the Instructor window for info on unfamiliar tools - like the Arc one, which has several links off the web-pages for specialized Arc making...
        There are specific useful inferencing tips for tangents, half-circle etc
        You can snap the ends of the Arc and 'bulge' to anywhere you like; so snap to existing things or make guides to snap to.
        You can constrain the direction/plane of an Arc using Shift keys when picking points.
        You can also type in precise values for chord and bulge sizes...
        Once the Arc is made you can Scale it in one or both axes of its plane.
        You can also Move/Rotate it into another orientation.
        TIP: to prevent it sticking to other geometry, Group it temporarily do the Move/Rotate, then Explode it when you are done tweaking... 🤓

        TIG

        1 條回覆 最後回覆 回覆 引用 0
        • L 離線
          lazybones
          最後由 編輯

          @tig said:

          Sorry lazybones but you're making as much sense as a 'sack full of cornels' [=private-joke!].(...)

          😛
          As I'am not SU beginner, i feel quite stupid about my question right now;) I've never used that 'bulge' by point before - and now i'm wondering (and will for o moment) how is that possible 😎 genius...
          Anyway, thanks a lot for help, cheers!

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

            When you use the Arc tool, you set the end points by clicking and drag out the"bulge". Try it and look at the Measurements box. You'll see it is labeled "Bulge". Some of that stuff, because it is always there, is easy to overlook.

            Etaoin Shrdlu

            %

            (THERE'S NO PLACE LIKE)

            G28 X0.0 Y0.0 Z0.0

            M30

            %

            1 條回覆 最後回覆 回覆 引用 0
            • Y 離線
              yaza
              最後由 編輯

              Dear TIG thanks for a wonderful tool.
              I was using it for more than a year with no issues with it's siblings in the plugin folder, until yesterday when it started to crash SU.
              I have no ... idea what the commpatibility file means. Please advise.
              Thank you and have a nice day


              what does this warning mean? SU crashes if I try to execute the tool or cancel it.


              plugins installed


              how does the compatibility work?

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

                There are a few overlapping issues...

                The 'Compatibility Files' button means that you do not have full permissions to the Plugins folder, AND although it might look like you have successfully installed files/subfolders into the 'Plugins' folder, actually the OS [Vista?] has put them into a 'side folder' to protect you from yourself - an annoying feature because it doesn't tell you this except for displaying this unobtrusive button - the missing bits can cause issues when things only half-auto-load when SUp starts.
                Click on the 'Compatibility Files' button and see what's up, move things back as needed.
                To stop a recurrence ensure that you have full permissions to the 'Plugins' folder [and the Materials/Components/Styles folders too] - select the folder's icon, right-click, properties, security, select user[s], edit etc...

                You also have a "tool-bar collection" folder installed - there are warnings about this posted on its download page, it puts old copies of some 'system' files into the 'Plugins' folder, which then load before the newer versions that were made in the 'Tools' folder by the SUp installer, and which SUp MUST find and use !
                It then breaks SUp in subtle ways !
                The two files that jump out at me, and MUST be removed from your 'Plugins' folder are sketchup.rb and extensions.rb - see the "collection's" download page for more details...

                The Ruby Console reports seem OK.
                I'm unsure what the '20' lines are - were you perhaps running another tool before this ?
                The ' make_unique...deprecated...' message IS expected, as the tools use that API method which IS needed when copying groups in certain ways, but which SUp wrongly advises against, things it's 'deprecated' = 'no longer used'... [IF the API 'safely' made unique copies of groups by default it wouldn't be used]. I reintroduced the make_unique method after it became apparent that some other authors' scripts were ill-advisedly rewriting base-classes/methods and thereby adversely affecting the API's 'group' methods, and causing issues with some users - e.g. cgp=group.copy should return a reference to the newly made [hopefully unique] group, but some third-party scripts mess that up and it returns 'nil', therefore making it impossible to keep track of copied groups, the safest way is to use
                cgp=entities.add_instance(group.entities.parent, group.transformation) cgp.make_unique
                So that 'cgp' is then properly returned as a reference to the new unique copy of the 'group'...

                Incidentally if you are going to display your folders' contents without 'details'. then please have your 'Folder Options' set to display ALL file-types, so we see .rb, .skp etc, it's much easier to grasp what's what in a screenshot...

                TIG

                1 條回覆 最後回覆 回覆 引用 0
                • Y 離線
                  yaza
                  最後由 編輯

                  Thanks for your immediate!!! answer, don't you ever sleep?
                  The OS is Windows7.
                  I don't get it, why does this stupid machine gives me administrator prerogative to install and run from one hand and takes it back from the other by overighting on it's own.

                  1 條回覆 最後回覆 回覆 引用 0
                  • Y 離線
                    yaza
                    最後由 編輯

                    @unknownuser said:

                    The two files that jump out at me, and MUST be removed from your 'Plugins' folder are sketchup.rb and extensions.rb - see the "collection's" download page for more details...

                    can you please direct me to the link?
                    thank you

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

                      See here http://forums.sketchucation.com/viewtopic.php?p=112024#p112024

                      TIG

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

                        Hi TIG,
                        I could not find the 'ExtrudeAlongPath.rb' thread, so let me spam here.
                        You know what would make my sketchup life complete?
                        Being able to ExtrudeAlongPath on multiple\not connectededges.
                        I use this .rb constantly and it'd save a LOT of time.
                        Thank you in advance
                        P.S. yet another wish:
                        the default alignment: centroid, width\length: 5\5.

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

                          There are three of my older extrusion tools that are not in the zipped set.
                          Two are still available from Didier's crai Ruby Depot
                          ExtrudeAlongPath and TubeAlongPath
                          The other one PipeAlongPath is also available here at SCF http://forums.sketchucation.com/viewtopic.php?p=7547#p7547

                          The zipped set's ExtrudeEdgesByFace tool effectively replaces them all: with it you can draw any 'flat' face shape desired and use a cpoint to fine-tune its initial setting-out: it also follows multiple selected paths [unlike most other tools where branching etc stops the operation]...
                          However, PipeAlongPath does allow circular 'pipe-like' extrusions with variable int/ext.diameters set by dialog, so that tool does still have its own uses...

                          TIG

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

                            Indeed 'extrude edges by face' works smoothly.I'll adopt it for sure. Thank you!
                            though.. the oldie 'ExtrudeAlongPath' is a bit faster to execute in boring rectangular situations
                            (which are 99% in my practice)

                            1 條回覆 最後回覆 回覆 引用 0
                            • G 離線
                              gherkin
                              最後由 編輯

                              Hi, I'm an architecture student... these tools will really helped me visualise my ideas! They are similar to Rhino's 'Panelling Tools' plugin, but this is not free. I've had a play with extrude tools for an hour or so... I'm addicted! Thanks TIG:

                              http://i50.tinypic.com/qx2xyx.jpg

                              http://i49.tinypic.com/2llhd7b.jpg

                              http://i45.tinypic.com/s5y360.jpg

                              1 條回覆 最後回覆 回覆 引用 0
                              • G 離線
                                gherkin
                                最後由 編輯

                                Another couple:

                                http://i48.tinypic.com/30wm1hx.jpg

                                http://i47.tinypic.com/2hzpyex.jpg

                                1 條回覆 最後回覆 回覆 引用 0
                                • Z 離線
                                  zxinfinity
                                  最後由 編輯

                                  FYI, I LOVE your extrude tools, TIG, but I wanted to let you know that I get consistent crashes with almost all of the extrude tools when I have SU Podium installed. Any way to know what the offending functions are?

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

                                    Podium is the "offending function".

                                    Etaoin Shrdlu

                                    %

                                    (THERE'S NO PLACE LIKE)

                                    G28 X0.0 Y0.0 Z0.0

                                    M30

                                    %

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

                                      There are several scripts that mess with native class/methods.
                                      These cause several legitimate scripts to fail, because they will illegitimately cause some methods [particularly with 'groups'] to return the wrong values.
                                      These include SketchyPhysics, DrivingDimensions, SunTools, MatchBox and some versions of Podium...

                                      TIG

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

                                        i don't have many words about this plugin... only one: amazing. is listed in the 'must have list plugin'!
                                        ciao and tnx!

                                        hire me@ http://www.publied.it !

                                        1 條回覆 最後回覆 回覆 引用 0
                                        • L 離線
                                          Laudibau
                                          最後由 編輯

                                          You made my day! Thank you

                                          1 條回覆 最後回覆 回覆 引用 0
                                          • C 離線
                                            camsoccer2
                                            最後由 編輯

                                            Hey Tig, in the lattice tool, is it possible to have the material choices include the material layers I have created in the project instead of the generic red, green, etc.?

                                            Cam

                                            1 條回覆 最後回覆 回覆 引用 0
                                            • 1
                                            • 2
                                            • 13
                                            • 14
                                            • 15
                                            • 16
                                            • 17
                                            • 31
                                            • 32
                                            • 15 / 32
                                            • 第一個貼文
                                              最後的貼文
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement