• Login
sketchucation logo sketchucation
  • Login
ℹ️ GoFundMe | Our friend Gus Robatto needs some help in a challenging time Learn More

[Plugin] 2D Tools

Scheduled Pinned Locked Moved Plugins
785 Posts 178 Posters 462.5k Views
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.
  • T Offline
    TIG Moderator
    last edited by 8 Aug 2022, 10:30

    2dTools always draws 'flat' on the model's ground plane XY, or above/below it, if you change its datum.
    I suspect that you have changed the model's displayed axes to not be the default model's axes - e.g. the blue Z axis is now rotated and the green Y axis is shown where the Z axis really is.
    2dTools always use the model's default axes, even when you have manually reset them.
    To change your axes back to the default you set the axes to be displayed and right-click > context-menu when hovering the cursor over any one of the three axis lines [RGB] and choosing 'Reset' from the context-menu...
    If your Template, used for your new models, has ill-advisedly got revised axes then you probably want to fix that too...

    TIG

    1 Reply Last reply Reply Quote 0
    • G Offline
      gbr120
      last edited by 20 Nov 2022, 17:55

      Hello,
      When I use the 2d Line Style tool and right click in an open space to activate the Style Dialog box, I get the Invert Selection dialog instead. I am using Version SketchUp Pro 2020 20.2.172 64-bit. I reinstalled the update below with no change.
      Please help.
      Thank you, GBR

      1 Reply Last reply Reply Quote 0
      • T Offline
        TIG Moderator
        last edited by 20 Nov 2022, 19:55

        It works fine for me !
        What extension do you have that adds 'invert selection' ?
        Whatever it is, it shouldn't work if nothing is selected - because there would be nothing to invert ?

        Do you have anything selected before right-clicking ??

        TIG

        1 Reply Last reply Reply Quote 0
        • K Offline
          killernova
          last edited by 22 Feb 2023, 03:03

          @tig said:

          I am stuck.
          I can't get the issue to appear on PC.
          A few MAC users have had issues, but I haven't been able to track-down the problem...
          If you try the tools when the Ruby Console is open are there any error massages ?

          I also met the such problem. I did some tests and found the possible problem.
          For the 2dArc Tool:
          Steps:

          1. Click
          2. Move on the screen
          3. Click
          4. Move on the screen
            After step 4, SketchUp crashed.(Only on MacOS, Windows is fine)

          Possible Reason:
          After step 3, the view will draw a line, which presents two points the arc will pass through.
          In Step 4, the 2dArc tool will create a temporary arc, get the points of this arc, then remove the arc, and draw lines of those points. Those operations will execute when the mouse moves, and this may consume large CPU resources.

          If I remove these operations, then the tool works well. But I don't know why Sketchup only crashes on MacOS.

          1 Reply Last reply Reply Quote 0
          • S Offline
            slbaumgartner
            last edited by 18 Apr 2023, 15:04

            I looked into this (posted also on the SketchUp public forum). Reposting here where TIG keeps the actual extension and has the main discussion about it.

            I reproduced the issue on macOS Ventura 13.3.1 on my Intel-based 2019 MBP 16" using both SketchUp 2023.0.396 and SketchUp 2022.1.165. So it is not specific to Apple Silicon nor to SketchUp 2023. I don’t have a pre-Ventura version of macOS running, so I can’t verify whether the issue also happens on Monterey or earlier.

            After some testing, I found that the extension was looping in the draw (view) method after the second point is picked (in the @state > 1 clause.) I think the problem is that the code calls view.invalidate from within the draw method, triggering an immediate call again to draw - endless loop! I commented out the view.invalidate, and the problem went away.

            I’m not clear why the view.invalidate was needed in the first place, even on Windows. @TIG, perhaps you can explain? If it is needed on Windows or older versions of macOS, a simple branch test based on OS version could fix it?

            1 Reply Last reply Reply Quote 0
            • T Offline
              TIG Moderator
              last edited by 18 Apr 2023, 15:40

              Thanks very much for your testing and info.
              I'll look at the code and try getting rid of the view.invalidate parts, re-sign it and give out some test versions RBZ, republishing if it's proved OK...

              TIG

              1 Reply Last reply Reply Quote 0
              • A Offline
                anglaret
                last edited by 24 Apr 2023, 15:41

                Hello TIG
                I am a real fan of your extensions.
                2D I use every day. But 2023 release dose not allow to parametre lines, witdth and type.
                Unless I am dumb, do you have a solution
                Marc ANGLARET France

                1 Reply Last reply Reply Quote 0
                • _ Offline
                  __phil
                  last edited by 25 Apr 2023, 04:37

                  This plugin crashes SU when used on an M1 Mac.

                  1 Reply Last reply Reply Quote 0
                  • T Offline
                    TIG Moderator
                    last edited by 25 Apr 2023, 08:24

                    These issues are known with M1 MACs - it's fine on other OSs and PCs.
                    I'm working with a skilled MAC Ruby-scripter and I think we'll have a working solution this week, so parts are already fixed !

                    TIG

                    1 Reply Last reply Reply Quote 0
                    • K Offline
                      kostiaarh
                      last edited by 26 Aug 2023, 12:27

                      I would like to ask for help with a small change to the 2D Fillet code.
                      I do a little woodworking (cabinet) and would like some tools to make my job easier. I tried to change the code myself, but my knowledge in programming is very insufficient). So I am asking you to help me. Also, let me say up front that I know of other chamfering and rounding tools, but they don't work for me for various reasons. They do not create a solid arc or curve, and the chamfer function has no methods to set different chamfer distances.
                      Now about the code. I would like to have a simple 3D Fillet/Chemfer. The tool should work with objects (group or component) regardless of nesting level. I added the code to the onMouseMove method and now it works.

                      	
                      def onMouseMove(flags, x, y, view)
                      		###
                      		ph = view.pick_helper
                      		ph.do_pick(x,y)
                      		@poss_edge = ph.picked_edge
                      		###
                      		
                      		center_ip = Sketchup;;InputPoint.new
                      		center_ip.pick(view, x, y)
                      		view.model.active_path = center_ip.instance_path.valid? ? center_ip.instance_path ; nil
                      		
                      		if @state==0
                      			if @alt ### chamfer
                      ..................
                      
                      

                      But here there is a problem) How to remove residual geometry? Look at the picture. Am I understanding this correctly? I need to find the residual face and push it to the parallel face. right? Or maybe there are other ways to do it differently?


                      Знімок екрана 2023-08-26 144933.jpg

                      1 Reply Last reply Reply Quote 0
                      • S Offline
                        sketchydog
                        last edited by sketchydog 11 Sept 2023, 20:45 9 Nov 2023, 20:39

                        I've enjoyed using 2D tools for years, especially LINE STYLE.
                        Recently my Line Style tool doesnt work correctly. All it does is hide lines.
                        In the past, you would right-click out in space beyond the model, and you'd get a context menu. (width, color, etc) That doesn't happen anymore. There's no menu.
                        Other tools in the set seem to work OK. Any ideas? Anyone else having this issue?

                        1 Reply Last reply Reply Quote 0
                        • S Offline
                          sketchydog
                          last edited by 9 Nov 2023, 20:43

                          Down on the status bar, I see:

                          2D Line Style: 1.0 Continuous_____Black. Right-Click(empty space)= Settings-Dialog. ,Enter>/Double-Click=End.

                          But when I right click in empty space, there's no menu that pops up.

                          1 Reply Last reply Reply Quote 0
                          • Dave RD Offline
                            Dave R
                            last edited by Dave R 11 Sept 2023, 21:25 9 Nov 2023, 21:02

                            @sketchydog said:

                            Recently my Line Style tool doesnt work correctly.

                            What version of SketchUp?

                            I just tested it in SketchUp 2023 and it works fine.
                            Click on the picture

                            Etaoin Shrdlu

                            %

                            (THERE'S NO PLACE LIKE)

                            G28 X0.0 Y0.0 Z0.0

                            M30

                            %

                            1 Reply Last reply Reply Quote 0
                            • T Offline
                              TIG Moderator
                              last edited by 9 Nov 2023, 23:22

                              I starting to rewrite it to be compatible with newer SketchUps...
                              It was never published,
                              In the newer version - tTry the tapping the TAB key instead of right-clicking in open-space.
                              Changes to SketchUp messed with right-clicking !
                              Try the latest version from the PluginStore...
                              But I've PM'd my v8 RBZ to you and Dave R for your info...

                              TIG

                              1 Reply Last reply Reply Quote 0
                              • S Offline
                                sketchydog
                                last edited by 17 Nov 2023, 16:11

                                @dave r said:

                                @sketchydog said:

                                Recently my Line Style tool doesnt work correctly.

                                What version of SketchUp?

                                I just tested it in SketchUp 2023 and it works fine.
                                [attachment=0:3jtn2osm]<!-- ia0 -->2dt.gif<!-- ia0 -->[/attachment:3jtn2osm]

                                Dave- I'm on 2022.0.354 64 bit on PC

                                1 Reply Last reply Reply Quote 0
                                • S Offline
                                  sketchydog
                                  last edited by 17 Nov 2023, 16:13

                                  @tig said:

                                  I starting to rewrite it to be compatible with newer SketchUps...
                                  It was never published,
                                  In the newer version - tTry the tapping the TAB key instead of right-clicking in open-space.
                                  Changes to SketchUp messed with right-clicking !
                                  Try the latest version from the PluginStore...
                                  But I've PM'd my v8 RBZ to you and Dave R for your info...

                                  TIG
                                  Tab doesn't do anything.
                                  What I get when right clicking in empty space (with nothing selected) is a context menu that has:

                                  Invert Selection
                                  Make Component
                                  Make Group

                                  1 Reply Last reply Reply Quote 0
                                  • Dave RD Offline
                                    Dave R
                                    last edited by 17 Nov 2023, 16:14

                                    @sketchydog said:

                                    I'm on 2022.0.354 64 bit on PC

                                    Please update your forum profile.

                                    Etaoin Shrdlu

                                    %

                                    (THERE'S NO PLACE LIKE)

                                    G28 X0.0 Y0.0 Z0.0

                                    M30

                                    %

                                    1 Reply Last reply Reply Quote 0
                                    • S Offline
                                      sketchydog
                                      last edited by 17 Nov 2023, 16:15

                                      @sketchydog said:

                                      @tig said:

                                      I starting to rewrite it to be compatible with newer SketchUps...
                                      It was never published,
                                      In the newer version - tTry the tapping the TAB key instead of right-clicking in open-space.
                                      Changes to SketchUp messed with right-clicking !
                                      Try the latest version from the PluginStore...
                                      But I've PM'd my v8 RBZ to you and Dave R for your info...

                                      TIG
                                      I just downloaded that RBZ. I'll let you know in a second.

                                      1 Reply Last reply Reply Quote 0
                                      • S Offline
                                        sketchydog
                                        last edited by 17 Nov 2023, 16:19

                                        @tig said:

                                        I starting to rewrite it to be compatible with newer SketchUps...
                                        It was never published,
                                        In the newer version - tTry the tapping the TAB key instead of right-clicking in open-space.
                                        Changes to SketchUp messed with right-clicking !
                                        Try the latest version from the PluginStore...
                                        But I've PM'd my v8 RBZ to you and Dave R for your info...

                                        TIG
                                        YES! Now TAB works for the menu!
                                        Right click gives me the three items listed previously.
                                        THANK YOU FOR THIS AND FOR YOUR AWESOME SERVICE TO OUR COMMUNITY!

                                        1 Reply Last reply Reply Quote 0
                                        • R Offline
                                          rv1974
                                          last edited by 7 Dec 2023, 09:28

                                          @TIG
                                          There's an annoying bug in fillet tool:
                                          When the tool has to extend existing edges it creates new colinear overlapping
                                          ones above existing. Ideally ONE not broken edge is expected. Any chance to fix it please?
                                          Also, is it possible to grant an option to NOT create Cpoints at fillet centers at all?
                                          P.S. Hereby is skp file. try to fillet the edges on the left with radius of 10.
                                          Thanks


                                          kkkk.skp


                                          SketchUp_YZ3z7DNGfh.png

                                          1 Reply Last reply Reply Quote 0
                                          • 1
                                          • 2
                                          • 36
                                          • 37
                                          • 38
                                          • 39
                                          • 40
                                          • 39 / 40
                                          • First post
                                            Last post
                                          Buy SketchPlus
                                          Buy SUbD
                                          Buy WrapR
                                          Buy eBook
                                          Buy Modelur
                                          Buy Vertex Tools
                                          Buy SketchCuisine
                                          Buy FormFonts

                                          Advertisement