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

    [Plugin][$] FredoScale - v3.6a - 01 Apr 24

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

      File attached.


      FScale test.skp

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

        Hi all,

        Great plugin like all Fredo6 ones, thank you sir.

        Problem: Imagine a simple Chinese lamp - equilateral triangles at the top and bottom and FredoScale TWIST for elegantly getting the surfaces between them - but the TWIST function twists around the axis of the boundary box not the axis through the centers of the bottom and top triangles and the result is skewed. Same goes for any odd sided polygons: those two centers are different. Is there any way to use TWIST and get the "expected" result?

        Thank you in advance,
        Lorand

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

          I see what you're getting at. It happens with shapes whose sections have an odd number of sides. It's due to the way they fit in their bounding box. I don't know if it's something Fredo can modify but an immediate solution to get around it is to put the triangle in the center of a square.

          Screenshot - 11_1_2017 , 4_11_43 AM.png

          Screenshot - 11_1_2017 , 4_13_05 AM.png

          Etaoin Shrdlu

          %

          (THERE'S NO PLACE LIKE)

          G28 X0.0 Y0.0 Z0.0

          M30

          %

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

            Nice idea, thank you. Lorand

            1 條回覆 最後回覆 回覆 引用 0
            • J 離線
              jtri
              最後由 編輯

              I am using the Radial Bend tool to model a "splayed" end of an object. A couple of questions. I know it is just a few steps to copy and flip a face and then finish the end, but was wondering if I missed a command in the tool that would allow this to be done off a center line so that you could use a model, bend one face and the opposite face would bend the same but in the opposite direction? If there a better tool I should consider for this type of modeling please let me know.
              Thanks for a great tool and all the support


              Splay end.skp

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

                I don't know of a tool that would do what you ask. I think using an extension to bend the surface would be more work than just drawing the curves before extruding it.

                By the way, how did you draw this and manage to get all the faces inside out?

                Etaoin Shrdlu

                %

                (THERE'S NO PLACE LIKE)

                G28 X0.0 Y0.0 Z0.0

                M30

                %

                1 條回覆 最後回覆 回覆 引用 0
                • J 離線
                  jtri
                  最後由 編輯

                  It was easy. Just do a very quick sketch hoping to make it clear what I was asking and not pay attention at all when drawing. I unfortunately am an occasional sketch up user now and forget the basics way to often. As for using the extension vs drawing the curve, I had model that was mostly completed and I wanted the end to splay a bit. So using the extension seemed like the fasted way at that point in the modeling. The example I used was a very simplified example.
                  Thanks Dave

                  1 條回覆 最後回覆 回覆 引用 0
                  • T 離線
                    TBoy
                    最後由 編輯

                    Hi Fredo6
                    Is there a code I can use to put only one (or more) scale tool(s) on my own toolbar. For example "Box Stretching"?
                    I will put icon on my toolbar, but don't know how to start particular tool from your suites. Is there any documentation about this?

                    1 條回覆 最後回覆 回覆 引用 0
                    • fredo6F 離線
                      fredo6
                      最後由 編輯

                      @tboy said:

                      Hi Fredo6
                      Is there a code I can use to put only one (or more) scale tool(s) on my own toolbar. For example "Box Stretching"?

                      Here is how you can launch any of the FredoScale tools:

                      F6_FredoScale.launch_action(action_code), where code must be passed as a symbol

                      
                      #   - ;Scale_B --> Scale - Box mode
                      #   - ;Scale_T --> Scale - Target mode
                      #   - ;Taper_B --> Taper - Box mode
                      #   - ;Taper_T --> Scale - Target mode
                      #   - ;PlanarShear_B --> Planar Shear - Box mode
                      #   - ;PlanarShear_T --> Planar Shear - Target mode
                      #   - ;PlanarShear_A --> Planar Shear - Free mode
                      #   - ;Stretch_B --> Stretch - Box mode
                      #   - ;Stretch_T --> Stretch - Target mode
                      #   - ;Twist_B --> Twist - Box mode
                      #   - ;Rotate_B --> Rotate - Box mode
                      #   - ;Rotate_A --> Rotate - Free mode
                      #   - ;RadialBend_A --> Radial Bending - Free mode
                      #   - ;MakeUnique_U --> Make Unique - Utility
                      
                      

                      Icons are in Fredo6_FredoScale/IMAGES_Standard/ folder.
                      There are alternate icons in Fredo6_FredoScale/IMAGES_DanielS/

                      Fredo

                      1 條回覆 最後回覆 回覆 引用 0
                      • T 離線
                        TBoy
                        最後由 編輯

                        Thank You !!!
                        One more general question:
                        Is it possible to inspect commands activated by buttons inside ruby console?
                        "Listener mode" of the console or something, that will show/expose these code lines from your answer?

                        1 條回覆 最後回覆 回覆 引用 0
                        • fredo6F 離線
                          fredo6
                          最後由 編輯

                          @tboy said:

                          Is it possible to inspect commands activated by buttons inside ruby console?
                          "Listener mode" of the console or something, that will show/expose these code lines from your answer?

                          I am not sure I understand what you wish to accomplish.
                          Most of my plugins are launched by LibFredo6, so not with a straightforward method. However. for some, like FredoScale, I have built a small API, which is supported.
                          If you need launch commands from other plugins, just tell me.

                          Fredo

                          1 條回覆 最後回覆 回覆 引用 0
                          • T 離線
                            TBoy
                            最後由 編輯

                            @fredo6 said:

                            I am not sure I understand what you wish to accomplish.
                            Fredo

                            I have a lot of scripts = a lot of toolbars with 1 single icon. I want to combine some of these in 1 toolbar. That's why I'm asking if there is method to obtain name and command to start someones script (most are coded). I hope this is not against rules.
                            This is a general question, not only about your tools.

                            1 條回覆 最後回覆 回覆 引用 0
                            • fredo6F 離線
                              fredo6
                              最後由 編輯

                              Nothing against the rules, at least on my side.

                              Many plugin authors puts the launch of commands in their top Ruby file, which is not encrypted. So it's easy to replicate the Ruby code.

                              For my plugins, I use another mechanism, so it's less easy to find out. Better ask. Do not hesitate.

                              Fredo

                              1 條回覆 最後回覆 回覆 引用 0
                              • M 離線
                                MadeMaker
                                最後由 編輯

                                Guys, I'm having a problem with my Fredoscale Radial Bending tool and need help fast.
                                When bending objects in a direction at other angles except 180, it works fine. When I try bending in a specific direction and type 180 degrees, the object snaps and forms at the opposite diection most times which is not the desired direction for the 180 degrees bend.
                                Pls, I'll really appreciate a solution to this problem...thanks.

                                1 條回覆 最後回覆 回覆 引用 0
                                • fredo6F 離線
                                  fredo6
                                  最後由 編輯

                                  @mademaker said:

                                  Guys, I'm having a problem with my Fredoscale Radial Bending tool and need help fast.
                                  When bending objects in a direction at other angles except 180, it works fine. When I try bending in a specific direction and type 180 degrees, the object snaps and forms at the opposite diection most times which is not the desired direction for the 180 degrees bend.
                                  Pls, I'll really appreciate a solution to this problem...thanks.

                                  Think of it, an angle of 180 degree cannot be handled in a single curve operation because the curvature would be reduced to a point.

                                  If you wish something like a horseshoe, do it with 2 successive bending.

                                  Would help anyway if you post a picture or the model.

                                  Fredo

                                  1 條回覆 最後回覆 回覆 引用 0
                                  • M 離線
                                    MadeMaker
                                    最後由 編輯

                                    @fredo6 said:

                                    @mademaker said:

                                    Guys, I'm having a problem with my Fredoscale Radial Bending tool and need help fast.
                                    When bending objects in a direction at other angles except 180, it works fine. When I try bending in a specific direction and type 180 degrees, the object snaps and forms at the opposite diection most times which is not the desired direction for the 180 degrees bend.
                                    Pls, I'll really appreciate a solution to this problem...thanks.

                                    Think of it, an angle of 180 degree cannot be handled in a single curve operation because the curvature would be reduced to a point.

                                    If you wish something like a horseshoe, do it with 2 successive bending.

                                    Would help anyway if you post a picture or the model.

                                    Fredo

                                    Here are some illustrative pics...


                                    Desired Direction


                                    The anticlockwise arrow shows the desired direction of bend, but when I input 180 degrees and click ENTER the bend snaps to the opposite direction forming that awkward stair.

                                    1 條回覆 最後回覆 回覆 引用 0
                                    • J 離線
                                      james_h
                                      最後由 編輯

                                      Hi all,

                                      Long-time lurker here, making a first post.

                                      First: Thanks Fredo6 for such a great set of tools! Really impressive.

                                      Next, here's details of a problem I've seen a few time with Radial Bending. Apologies in advance if it's already covered elsewhere.

                                      I see Radial Bending generally work well. However, with some geometry, it does not create clean faces. The new geometry has gaps, e.g. where an edge is not created or where a face is not created.

                                      Here's a demo showing the problem. Note the missing faces seen after the Radial Bend has been applied. I would appreciate any advice on how to better use the tool to avoid the problem.

                                      I'm using SU 2017. The fredo6 plugins are all at latest versions. I tried adjusting the Number of Slices parameter to various values and see the same problem. I'm aware that SU sometimes struggles with very short edges. The geometry in the demo was re-scaled to be 8.1 metres in height.

                                      Finally, this demo covers Radial Bending. I see similar problems with Box Twist when working with similar geometry.

                                      Thanks for any advice.

                                      James.


                                      RadialBendDemo-2.gif

                                      1 條回覆 最後回覆 回覆 引用 0
                                      • fredo6F 離線
                                        fredo6
                                        最後由 編輯

                                        @James_h

                                        Thank you for signaling this. It is true that bending a complex set of faces create issues in the geometry.

                                        I think the best would be that you post the model so that I have a look.

                                        Thanks

                                        Fredo

                                        1 條回覆 最後回覆 回覆 引用 0
                                        • J 離線
                                          james_h
                                          最後由 編輯

                                          Thanks Fredo.

                                          Here's some supporting files:

                                          1. Step-4.0.3 RadialBendDemo-Before-ThickDiamondTwist-1.skp : SU model just before Radial Bend is used.
                                          2. Step-4.0.3 RadialBendDemo-After-ThickDiamondTwist-1.skp : SU model just after Radial Bend is used. This shows the gaps in edges & faces.
                                          3. RadialBendDemo-2-Params.gif : Screenshot of the Radial Bend tool parameters used when creating "After".

                                          Thanks again for any advice you can offer.

                                          Kind regards,

                                          James.


                                          Before


                                          After


                                          Parameters

                                          1 條回覆 最後回覆 回覆 引用 0
                                          • K 離線
                                            Kabisdokh
                                            最後由 編輯

                                            Hello. I have a small problem with radial bending tool. When I try to use it my figures loose some surfaces and edges as in example. What I did wrong? Could you help me with it?


                                            Clipboard02.png

                                            1 條回覆 最後回覆 回覆 引用 0
                                            • 1
                                            • 2
                                            • 46
                                            • 47
                                            • 48
                                            • 49
                                            • 50
                                            • 56
                                            • 57
                                            • 48 / 57
                                            • 第一個貼文
                                              最後的貼文
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement