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

    [Plugin] Work Plane

    Scheduled Pinned Locked Moved Plugins
    183 Posts 32 Posters 106.1k Views 32 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.
    • pilouP Offline
      pilou
      last edited by

      PS Something curious when you "adjust" a circular Plane you obtain the Adjust menu of the rectangular work plane and of course Cirular is transformed in rectangular πŸ˜„!
      Edit That was in the notes 😳

      Frenchy Pilou
      Is beautiful that please without concept!
      My Little site :)

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

        Pilou!

        I just knew you'd ask this... πŸ˜’
        'Adjust' should recognize a rectangular and disk shaped WorkPlane and thereafter have alternative dialogs... it's on the list...
        Currently you shouldn't get 'Adjust' as an option at all if the selected WorkPlane is a disk.
        This coding error could be corrected... but I supposed one day soon I'll have to fix the 'Adjust' to do both kinds anyway...
        πŸ˜’ πŸ˜’ πŸ˜’

        TIG

        1 Reply Last reply Reply Quote 0
        • kenK Offline
          ken
          last edited by

          TIG

          Since the Cline Axes and Cline Normal are used to check alignment, would it be possible to add a set of TAB toggling 3 workplane disks at the origin of both of these plugin, so one would have a workplane to align the protractor. They would need to be to large, just big enough to allow one to the set the protractor's to the plane.

          Thank you for ALL the work.

          Ken

          Fight like your the third monkey on Noah's Ark gangway.

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

            @unknownuser said:

            TIG
            Since the Cline Axes and Cline Normal are used to check alignment, would it be possible to add a set of TAB toggling 3 workplane disks at the origin of both of these plugin, so one would have a workplane to align the protractor. They would need to be to large, just big enough to allow one to the set the protractor's to the plane.
            Thank you for ALL the work.
            Ken

            I suppose I could add an extra type 'WorkPlane...' > 'New Protractor' to do that - it's be quite easy to make...

            TIG

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

              Here's v2.2 http://forums.sketchucation.com/viewtopic.php?p=274345#p274345
              'New Protractor' option added.
              'Adjust' now applies to a plane or a disk - with different dialogs to suit.
              'New Disk' now has number of 'Segments' and 'Rings' options.

              TIG

              1 Reply Last reply Reply Quote 0
              • D Offline
                dedmin
                last edited by

                Why rectangle tool doesn't draw on the Workplane?

                1 Reply Last reply Reply Quote 0
                • EarthMoverE Offline
                  EarthMover
                  last edited by

                  Dedmin, check pages 5 & 6 of this thread. Rectangle issue has been covered there. πŸ˜‰

                  3D Artist at Clearstory 3D Imaging
                  Guide Tool at Winning With Sketchup
                  Content Creator at Skapeup

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

                    @dedmin said:

                    Why rectangle tool doesn't draw on the WorkPlane?

                    It's a known issue with Sketchup itself - it occurs on all faces in groups/instances that are not axial or planar through the origin - not just this tool.
                    There is a 3pt rectangle tool that will work - see the earlier thread...
                    We await a fix from Google...

                    TIG

                    1 Reply Last reply Reply Quote 0
                    • D Offline
                      dedmin
                      last edited by

                      Sorry 😳 😳

                      1 Reply Last reply Reply Quote 0
                      • pilouP Offline
                        pilou
                        last edited by

                        Maybe Hide in the Context Menu πŸ˜‰
                        Adjust Protractor
                        and why not a protractor "rectangular" πŸ˜„

                        That becomes the Rolls Royce of Work Plane 😎

                        Frenchy Pilou
                        Is beautiful that please without concept!
                        My Little site :)

                        1 Reply Last reply Reply Quote 0
                        • kenK Offline
                          ken
                          last edited by

                          TIG

                          The new "Protractor" option is implemented better than I could even image. Again thanks so much.

                          Now, I will be quite as a mouse as I will be using the brand new tools.

                          Ken

                          Fight like your the third monkey on Noah's Ark gangway.

                          1 Reply Last reply Reply Quote 0
                          • CadFatherC Offline
                            CadFather
                            last edited by

                            there may be a glitch in the adjust menu on disk - it worked once, then i got the settings for the rectangular grid instead

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

                              Here's v2.3 http://forums.sketchucation.com/viewtopic.php?p=274345#p274345
                              Glitch when 'Adjust'ing a 'Disk' more than once is now fixed,
                              A new 'Hide/UnHide All' toggle option added to context-menu/tools-menu.

                              TIG

                              1 Reply Last reply Reply Quote 0
                              • CadFatherC Offline
                                CadFather
                                last edited by

                                TIG, at least give me the time to finish writing my post! 😲 😎

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

                                  @cadfather said:

                                  TIG, at least give me the time to finish writing my post! 😲 😎

                                  The cause of the 'Adjust Disk' glitch was obvious to me as soon as you reported it - a line of code was not copied between the normal 'Disk Maker' and the 'Adjusted-Disk Maker' methods - thus the newly 'Adjusted' 'Disk' wasn't given its 'disk' attribute, and therefore the 'Adjust' tool thought it was a 'Plane' and so it 'Adjusted' it accordingly [wrongly!]. Note that 'Adjust' might still fail on older 'Disks', that were made before the recent updates and that don't have a 'disk' attribute - if so you need to re-make them and they will then be OK.

                                  Pilou's Hide/UnHide [good] idea was also very simple to do - just a few lines of code switching the 'WORKPLANE' layer on/off...

                                  πŸ€“

                                  TIG

                                  1 Reply Last reply Reply Quote 0
                                  • CadFatherC Offline
                                    CadFather
                                    last edited by

                                    ..i see, that actually makes sense.. still that was fast..
                                    [speaking aside] ..and the day hasn't even started..!

                                    Thanks! πŸ‘ β˜€

                                    1 Reply Last reply Reply Quote 0
                                    • pilouP Offline
                                      pilou
                                      last edited by

                                      πŸ‘

                                      Seems this default will be a must πŸ˜‰
                                      (Toggle with Tab Key ?)Default.jpg

                                      Frenchy Pilou
                                      Is beautiful that please without concept!
                                      My Little site :)

                                      1 Reply Last reply Reply Quote 0
                                      • simon le bonS Offline
                                        simon le bon
                                        last edited by

                                        Dear Tig,

                                        I'm just trying this new tool which seems to me very interesting, first to build something multileveled, and else to build a part of the drawing with peculiar axes: "non orthogonal",or perpendicular to the screen with the model twisted in some obscure direction.
                                        Additionally it seems also to me that Your
                                        TIG_Flatten to Plane v1.1
                                        and also
                                        Fredo_Tools On Surface - v1.2 (with Contour Editor)
                                        can help a lot..

                                        I don't know if the problem I encounter with Tapper Tool which won't align guide lines with the WorkPlane grid is already referenced or not. But this kind of malfunction is diminishing the tool IMo

                                        [flash=720,480:2yk2jx2w]http://www.youtube.com/v/ByD0mjaPnIk[/flash:2yk2jx2w]

                                        My best wishes for the festivities,

                                        simon.

                                        1 Reply Last reply Reply Quote 0
                                        • guanjinG Offline
                                          guanjin
                                          last edited by

                                          Not see how the other icon
                                          ζœͺ命名.jpg

                                          I come from China, is to learn

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

                                            @guanjin said:

                                            Not see how the other icon
                                            [attachment=0:1rh50put]<!-- ia0 -->ζœͺ命名.jpg<!-- ia0 -->[/attachment:1rh50put]

                                            What other icons ?
                                            You can get additional tools' icons, but only IF you have those other scripts loading too...

                                            TIG

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 6
                                            • 7
                                            • 8
                                            • 9
                                            • 10
                                            • 6 / 10
                                            • First post
                                              Last post
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement