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

    [Plugin] AreaTextTag

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

      Thank you so much!
      share the knowledge magnifies the world!
      Happy new year!

      1 條回覆 最後回覆 回覆 引用 0
      • guanjinG 離線
        guanjin
        最後由 編輯

        Can not correctly display units, display units to meters. I can not upload pictures, thank you! !

        I come from China, is to learn

        1 條回覆 最後回覆 回覆 引用 0
        • guanjinG 離線
          guanjin
          最後由 編輯

          Unit shows that correct? ? I have a problem or operation! Thank you!

          I come from China, is to learn

          1 條回覆 最後回覆 回覆 引用 0
          • guanjinG 離線
            guanjin
            最後由 編輯

            Unit shows that correct? ? I have a problem or operation! Thank you!未命名.jpg

            I come from China, is to learn

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

              Guanjin
              Because you have a Chinese OS I suspect that the character-mapping is preventing the 'm2' >>> 'm²' etc.
              However, it might be that the font you chosen doesn't have a '²' character ??
              Try using 'Arial' to see this - as that should have all needed characters...

              The code in the ' TIG-AreaTextTag.rb' file inside the ' TIG-AreaTextTag' subfolder can be adjusted to leave it as 'm2'. The dialogs use 'm2' etc BUT it then translates it into 'm²' for the text in the SKP...

              To edit the code, open that TIG-AreaTextTag.rb file using ***Notepad.exe*** or a similar plain-text editor [NOT a wordprocessor]...

              On lines #352, #532, #799 AND #951 you'll see this text
              atxtu=atxt+" "+(@units.tr("2","**²**"))
              edit them to read
              atxtu=atxt+" "+(@units.tr("2","**2**"))
              Also just below on lines #355, #535, #802 AND #954 it reads
              atxtu=atxt+" m²"
              change them to
              atxtu=atxt+" m**2**"
              and just below on lines #357, #537, #804 AND #956 it reads
              atxtu2=atxt2+" ft²"
              change them to
              atxtu2=atxt2+" ft**2**"

              OR you can simply use 'find/replace' for the text '²' replacing it with '2' 😒

              Save and restart Sketchup, the areas should now report as 'm2' etc...

              TIG

              1 條回覆 最後回覆 回覆 引用 0
              • guanjinG 離線
                guanjin
                最後由 編輯

                @tig said:

                Guanjin
                Because you have a Chinese OS I suspect that the character-mapping is preventing the 'm2' >>> 'm²' etc.
                However, it might be that the font you chosen doesn't have a '²' character ??
                Try using 'Arial' to see this - as that should have all needed characters...

                The code in the ' TIG-AreaTextTag.rb' file inside the ' TIG-AreaTextTag' subfolder can be adjusted to leave it as 'm2'. The dialogs use 'm2' etc BUT it then translates it into 'm²' for the text in the SKP...

                To edit the code, open that TIG-AreaTextTag.rb file using ***Notepad.exe*** or a similar plain-text editor [NOT a wordprocessor]...

                On lines #352, #532, #799 AND #951 you'll see this text
                atxtu=atxt+" "+(@units.tr("2","**²**"))
                edit them to read
                atxtu=atxt+" "+(@units.tr("2","**2**"))
                Also just below on lines #355, #535, #802 AND #954 it reads
                atxtu=atxt+" m²"
                change them to
                atxtu=atxt+" m**2**"
                and just below on lines #357, #537, #804 AND #956 it reads
                atxtu2=atxt2+" ft²"
                change them to
                atxtu2=atxt2+" ft**2**"

                OR you could try to use 'find/replace' for the text '²', replacing it with '2'... 😒

                Save and restart Sketchup, the areas should now report as 'm2' etc...

                Thank you for your reply, I went to give it a try! Thank you!

                I come from China, is to learn

                1 條回覆 最後回覆 回覆 引用 0
                • guanjinG 離線
                  guanjin
                  最後由 編輯

                  The first problem to solve, but the button 2 to select or m
                  Demo map
                  11111111c.gif

                  I come from China, is to learn

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

                    You must change the '²' in several places in the file... looks like you missed some of them... 'find' every '²' and make it into a '2'... it clearly works for the lines that you have adjusted successfully... One last try 😄

                    TIG

                    1 條回覆 最後回覆 回覆 引用 0
                    • guanjinG 離線
                      guanjin
                      最後由 編輯

                      @tig said:

                      You must change the '²' in several places in the file... looks like you missed some of them... 'find' every '²' and make it into a '2'... it clearly works for the lines that you have adjusted successfully... One last try 😄

                      Problem solved, thank you again! Master 👍 👍 👍 👍

                      I come from China, is to learn

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

                        Hi TIG

                        I think this plugin could become very usefull for me 😄

                        But I have some problems, but it might just be me that use it wrong.

                        My workflow would be, create some rectangles and add the tag e.g.:
                        office (30)\n<> where 30 is the size the client would like.

                        But the problem is that the different rooms can't be grouped, so when they get close to one another the 'glue' together.

                        Could it be an idea that the tags glues to groups ?

                        Just an idea 😄

                        some other future features could be:
                        import excel / csv files and automatic create the rooms
                        room_name room_size
                        office 20

                        Scheme
                        Generate a scheme that calculates the actual room size vs the size client wishes.

                        Thanks
                        I really admire the hard work you (and others) do to improve SU.

                        ps. SU7 seems to crash when using this plugin.

                        sketchup pro 2016 16.1.1449 64 bit | windows 10 pro | i7-3770k @3.5 GHz | 16gb ram | gtx 780 ti / gtx 980 ti | nvidia driver 368.39

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

                          Bo

                          You can group faces and still apply Tags.
                          You simply need to edit that group and then apply an AreaTextTag onto a face within that group: the only 'rule' is that the face and its Tag must be in the the same 'context' - i.e. active_entities set.
                          I have already written a commercial toolset for a US Space-Planning/Architects company which imports/exports data from/to XLS/XLSX files and creates/writes rooms to match... however, it's not publicly available - but it is quite do-able...
                          It should work OK in v7... what error messages do you get ?

                          TIG

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

                            Hi TIG

                            Thanks for your reply.

                            Su7 crashes when I select "add.... to selected faces" SU quits and a splashscreen pops up.

                            I was not awere of the "inside the group" feature.

                            You write that You have made a 'pro' version. Do you consider releasing a commerciel Pro version ?

                            Thanks

                            sketchup pro 2016 16.1.1449 64 bit | windows 10 pro | i7-3770k @3.5 GHz | 16gb ram | gtx 780 ti / gtx 980 ti | nvidia driver 368.39

                            1 條回覆 最後回覆 回覆 引用 0
                            • A 離線
                              arqitect
                              最後由 編輯

                              Hi TIG,
                              When applying the plugin to a selection set, would it be possible to process softened meshes as single entities? Basically output the sum area of all sub faces in similar way to what sketchup contextual command does. It would be very useful as an option.
                              Many thanks

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

                                @arqitect said:

                                Hi TIG,
                                When applying the plugin to a selection set, would it be possible to process softened meshes as single entities? Basically output the sum area of all sub faces in similar way to what Sketchup contextual command does. It would be very useful as an option.
                                Many thanks
                                It'd not be that easy to code in... I'll think about it... 😕

                                TIG

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

                                  Here's v1.3 http://forums.sketchucation.com/viewtopic.php?p=373717#p373717
                                  When the new additional current-setting - "Report 'Surface' Areas:" - is set to "Yes" then any Tag for a Face forming part of a 'Surface' [a mesh with soft edges] will report that Face's linked 'Surface' area, and not the area of just that Face itself: in any CSV report the area/perimeter of a Face's linked Surface will also be used, rather than the area/perimeter of that Face itself.

                                  TIG

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

                                    Hi TIG

                                    Would it be possible to add the "generate faces via excel / csv" ? Maybe as an comercial plugin?

                                    Thanks 😄

                                    sketchup pro 2016 16.1.1449 64 bit | windows 10 pro | i7-3770k @3.5 GHz | 16gb ram | gtx 780 ti / gtx 980 ti | nvidia driver 368.39

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

                                      @jorgensen said:

                                      Hi TIG, Would it be possible to add the "generate faces via excel / csv" ? Maybe as an commercial plugin? Thanks 😄
                                      My current toolset's code XLS>geom/geom>XLS toolset is subject to an NDA etc... BUT if you want to continue this discussion through PMs then I might be able to come up with something to suit you/others... 😉

                                      TIG

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

                                        Thanks TIG, great plugin again.

                                        I don't use area but it could be useful for tagging surfaces with any text.
                                        So would it be possible to include a first choice in the settings yes or no as to "Automatic area". Yes would leave it as is, No would only put the area if <> is not erased or added, but if <> is erased then only the text is used (not automatically including the area).

                                        If you want me to code it in there I probably can. (it's not as obvious as I thought when I first looked, but it could be a good exercise for me)

                                        Thanks

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

                                          Michaelv

                                          I don't think you need to reinvent the wheel...
                                          There is my 'old' 2dText which already lets you stick a piece of text onto any surface AND has far more control over its 'format' [height, color, etc], and it is fully 'editable' later, with a right-click Edit option...

                                          TIG

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

                                            OK Thanks.

                                            Indeed. I never realized 2D text was working like that as I usually only use the 2D tools in the top view.

                                            Thanks for all.

                                            1 條回覆 最後回覆 回覆 引用 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 2 / 5
                                            • 第一個貼文
                                              最後的貼文
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement