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

    New API doc - typos and questions

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

      How much of this thread have you processed Scott?
      I think I'm loosing track of what I have reported.

      Thomas Thomassen — SketchUp Monkey & Coding addict
      List of my plugins and link to the CookieWare fund

      1 條回覆 最後回覆 回覆 引用 0
      • scottliningerS 離線
        scottlininger
        最後由 編輯

        @thomthom said:

        How much of this thread have you processed Scott?
        I think I'm loosing track of what I have reported.

        I have a lot of catch up to do. I have a paper copy here that I've marked as I update. I'll remerge that back into the forum soon.

        • Scott Lininger
          SketchUp Software Engineer
          Have you visited the Ruby API Docs?
        1 條回覆 最後回覆 回覆 引用 0
        • D 離線
          designforlife
          最後由 編輯

          A small thing, just noticed a typo that I don't think is already covered. The entry for EntityObserver.onChangeEntity method states:

          @unknownuser said:

          The onEraseEntity method is invoked when your entity is modified.

          Mike

          1 條回覆 最後回覆 回覆 引用 0
          • thomthomT 離線
            thomthom
            最後由 編輯

            Scott: I think it's worth to also add some notes on the observers that aren't working. Especially those that seem to cause bugsplats. http://forums.sketchucation.com/viewtopic.php?f=180&t=20676

            Thomas Thomassen — SketchUp Monkey & Coding addict
            List of my plugins and link to the CookieWare fund

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

              I'm not sure if you've caught this yet, but transformation.xaxis, yaxis, and zaxis return vectors, not points.

              1 條回覆 最後回覆 回覆 引用 0
              • thomthomT 離線
                thomthom
                最後由 編輯

                The Model collection some times doesn't list all the materials when you call .each on it.
                http://forums.sketchucation.com/viewtopic.php?f=11&t=21243

                Thomas Thomassen — SketchUp Monkey & Coding addict
                List of my plugins and link to the CookieWare fund

                1 條回覆 最後回覆 回覆 引用 0
                • thomthomT 離線
                  thomthom
                  最後由 編輯

                  WebDialog.new
                  See Martin's post: http://forums.sketchucation.com/viewtopic.php?f=180&t=21502

                  Thomas Thomassen — SketchUp Monkey & Coding addict
                  List of my plugins and link to the CookieWare fund

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

                    The following was agreed, in http://forums.sketchucation.com/viewtopic.php?f=180&t=21502 to correctly document WebDialog.new.

                    Alternate to the API docs, with help. This is for PC:

                    title - string - This text will appear in the title bar of your WebDialog

                    scrollable - boolean - This is a NOP. You get scrollbars, regardless. Workaround: <body scroll=no>.

                    key - string - If this is nil or an empty string, your dialog's size/location is stored in "HKEY_CURRENT_USER/Software/Google/SketchUp7/WebDialog_". You should definitely include here the name of your Ruby, which will be concatenated:
                    "HKEY_CURRENT_USER/Software/Google/SketchUp7/WebDialog_MyRuby"

                    width, height, left, top - integers - size/location, in pixels, of the first appearance of your WebDialog. All subsequent appearances will be taken from the registry entry.

                    resizeable - boolean - if false, your user cannot resize the dialog. Defaults to true, if omitted.

                    Author, Edges to Rubies - The Complete SketchUp Tutorial at http://www.MartinRinehart.com/models/tutorial.

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

                      class ShadowInfo

                      ShadowTime_time_t
                      SunRise_time_t
                      SunSet_time_t
                      TZOffset
                      UseSunForAllShading

                      Those keys are not mentioned/explained in the documentation.

                      Author of [Thea Render for SketchUp](http://www.thearender.com/sketchup)

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

                        Topic: WebDialog.new

                        The second parameter, scrollbars, appears to be operational on the Mac. PCs get scrollbars, regardless.

                        Author, Edges to Rubies - The Complete SketchUp Tutorial at http://www.MartinRinehart.com/models/tutorial.

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

                          Just a general request for the API docs. When viewing a method which references another class, would it be possible to link to that class? For example, you are the viewing Model.bounds description - it would be nice to be able to jump right to the BoundingBox class.

                          Thanks.

                          Hi

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

                            I wonder if we should lock this list and start a new one for 7.1?

                            Hi

                            1 條回覆 最後回覆 回覆 引用 0
                            • thomthomT 離線
                              thomthom
                              最後由 編輯

                              @jim said:

                              I wonder if we should lock this list and start a new one for 7.1?

                              Maybe once Scott has updated the docs first?

                              Thomas Thomassen — SketchUp Monkey & Coding addict
                              List of my plugins and link to the CookieWare fund

                              1 條回覆 最後回覆 回覆 引用 0
                              • thomthomT 離線
                                thomthom
                                最後由 編輯

                                Entity.typename
                                http://code.google.com/intl/nb/apis/sketchup/docs/ourdoc/entity.html#typename

                                I think it's worth noting here that .typename comparison is slow and should be avoided if possible. Ref: http://forums.sketchucation.com/viewtopic.php?f=180&t=19576&st=0&sk=t&sd=a#p166340
                                .typename is required if you need to identify entity types that don't have ruby API classes, such as DimensionLinear, DimensionRadial and Polyline3d. And if you scan for these that you check for entities of class DrawingElement before you do a .typename comaprison.

                                Thomas Thomassen — SketchUp Monkey & Coding addict
                                List of my plugins and link to the CookieWare fund

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

                                  "DisplayColorbyLayer" key of RenderinOptions should read "DisplayColorByLayer"

                                  Author of [Thea Render for SketchUp](http://www.thearender.com/sketchup)

                                  1 條回覆 最後回覆 回覆 引用 0
                                  • N 離線
                                    NewOne
                                    最後由 編輯

                                    @unknownuser said:

                                    "DisplayColorbyLayer" key of RenderinOptions should read "DisplayColorByLayer"

                                    What's wrong with Colorby Layer ? 🤣

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

                                      @newone said:

                                      What's wrong with Colorby Layer ? 🤣

                                      Try read the value of it. Such a key does not exist.

                                      Author of [Thea Render for SketchUp](http://www.thearender.com/sketchup)

                                      1 條回覆 最後回覆 回覆 引用 0
                                      • thomthomT 離線
                                        thomthom
                                        最後由 編輯

                                        Did I miss a joke..? 😕

                                        Thomas Thomassen — SketchUp Monkey & Coding addict
                                        List of my plugins and link to the CookieWare fund

                                        1 條回覆 最後回覆 回覆 引用 0
                                        • N 離線
                                          NewOne
                                          最後由 編輯

                                          @unknownuser said:

                                          @newone said:

                                          What's wrong with Colorby Layer ? 🤣

                                          Try read the value of it. Such a key does not exist.

                                          hey, that was a joke 😛 I got your point and you are right...

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

                                            @newone said:

                                            @unknownuser said:

                                            @newone said:

                                            What's wrong with Colorby Layer ? 🤣

                                            Try read the value of it. Such a key does not exist.

                                            hey, that was a joke 😛 I got your point and you are right...

                                            I'm afraid you are much too easily amused 😄

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

                                            Advertisement