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

    [Plugin] Axo + Iso View v1.2 20101117

    Scheduled Pinned Locked Moved Plugins
    84 Posts 34 Posters 212.8k Views 34 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.
    • L Offline
      Lersince1991
      last edited by

      sorry forgot to add the actual z scale factor = 9.068229097
      this produces 3500.0001 in autocad πŸ˜„
      but the 45 degree angled lines aren't quite there with a dimension of 3489.3444mm instead of 3500. although they are at the correct angles (45 and 315 or... -45)

      Luke Riggall

      1 Reply Last reply Reply Quote 0
      • L Offline
        Lersince1991
        last edited by

        and...
        scale factor for the x and y sides (proportionate) is 1.003053754

        can anyone confirm both of these?
        if so could these be made into actions (scripts?) in order to prevent all this decimal typing lol.

        Good stuff πŸ˜„
        Luke

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

          So can we agree on a final vertical scaling factor, to export the perfect 2D Axo and I think about a script to do it...
          πŸ˜•

          TIG

          1 Reply Last reply Reply Quote 0
          • L Offline
            Lersince1991
            last edited by

            A script would be great.
            heres the final values, I've done them to a bit more of an accuracy, accurate to more than 1mm for models under 100,000m so yeh pretty solid figures.

            I would scale all axis to get them accurate,

            blue (z) axis scale value = 9.068228873
            red axis scale value = 1.003053768
            green axis scale value = 1.003054401

            see what script you can do, typing that in every time gets boring lol

            Luke

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

              Thanks... I'll cogitate over an automation...

              TIG

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

                Here's an update - v1.2 http://forums.sketchucation.com/viewtopic.php?p=252273#p252273
                It now auto scales the whole model to distort it so that 3d axos will look right - using:
                axo_scale
                and undoes that scaling with:
                axo_restore_scale
                Use these tools with care!

                TIG

                1 Reply Last reply Reply Quote 0
                • G Offline
                  Gutz
                  last edited by

                  Great plugin TIG!

                  A few suggestions/requests/bugs from a test I did with 2 cubes:

                  1.If you run axo4545 and then axo_scale - it cuts the top of the cubes. only if you run axo4545 again it works out for some reson...

                  2.Axo_restore_scale gives me the following error :
                  axo_restore_scale
                  Error: #<NameError: (eval):149: undefined local variable or method `axo_restore_scale' for main:Object>
                  (eval):149

                  3.Is it possible to show shadows correctly after you run axo_scale?

                  4.Is it possible to change the axis of alignment? the reason is because I need the shadows to be to the right , at normal usage I just orbit to bring the red axis down , but here I can't of course
                  for now I just do an horizontal flip on photoshop but just wondering if it's possible to setup easily

                  Thanks again for making such a great plugin

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

                    @gutz said:

                    Great plugin TIG!

                    A few suggestions/requests/bugs from a test I did with 2 cubes:

                    1.If you run axo4545 and then axo_scale - it cuts the top of the cubes. only if you run axo4545 again it works out for some reason...

                    2.Axo_restore_scale gives me the following error :
                    axo_restore_scale
                    Error: #<NameError: (eval):149: undefined local variable or method `axo_restore_scale' for main:Object>
                    (eval):149

                    3.Is it possible to show shadows correctly after you run axo_scale?

                    4.Is it possible to change the axis of alignment? the reason is because I need the shadows to be to the right , at normal usage I just orbit to bring the red axis down , but here I can't of course
                    for now I just do an horizontal flip on photoshop but just wondering if it's possible to setup easily

                    Thanks again for making such a great plugin

                    1. Sound like the notorious 'clipping issue' is your model very big, very small or far away from the origin ?
                    2. 'axo_restore_scale' should be axo_scale_restore - my typo in the help section 😳
                    3. The shadows will become distorted by the vertical scaling factor - if you want '45 degree' shadows I suppose we just need to find a long/lat/date/time where the 'scale' objects cast shadows that look as desired ? Set it as a Style that only retains those changes... If you play around with the shadow settings and advise what you'd like to do I can see if it's scriptable...
                    4. I can't see how to have other axes [easily] - rotating the exported image in PS or Gimp is probably the easiest solution...

                    TIG

                    1 Reply Last reply Reply Quote 0
                    • G Offline
                      Gutz
                      last edited by

                      @tig said:

                      @gutz said:

                      Great plugin TIG!

                      A few suggestions/requests/bugs from a test I did with 2 cubes:

                      1.If you run axo4545 and then axo_scale - it cuts the top of the cubes. only if you run axo4545 again it works out for some reason...

                      2.Axo_restore_scale gives me the following error :
                      axo_restore_scale
                      Error: #<NameError: (eval):149: undefined local variable or method `axo_restore_scale' for main:Object>
                      (eval):149

                      3.Is it possible to show shadows correctly after you run axo_scale?

                      4.Is it possible to change the axis of alignment? the reason is because I need the shadows to be to the right , at normal usage I just orbit to bring the red axis down , but here I can't of course
                      for now I just do an horizontal flip on photoshop but just wondering if it's possible to setup easily

                      Thanks again for making such a great plugin

                      1. Sound like the notorious 'clipping issue' is your model very big, very small or far away from the origin ?
                      2. 'axo_restore_scale' should be axo_scale_restore - my typo in the help section 😳
                      3. The shadows will become distorted by the vertical scaling factor - if you want '45 degree' shadows I suppose we just need to find a long/lat/date/time where the 'scale' objects cast shadows that look as desired ? Set it as a Style that only retains those changes... If you play around with the shadow settings and advise what you'd like to do I can see if it's scriptable...
                      4. I can't see how to have other axes [easily] - rotating the exported image in PS or Gimp is probably the easiest solution...

                      Wow that was fast respone πŸ˜„

                      1.Ok , It's happening only on rare occasions with v8 ( last time I tried it with v6 ) so it's really minor
                      2.Working great!
                      3.How do I set it as a Style? ( I'm new with sketchup so sorry if it's a dumb question , but I couldn't find it also in the help section.. )
                      4.Will do , Thanks πŸ˜„

                      I've attached the example i'm working with
                      The image is flipped horizontally and thats what i need to accomplish eventually ( of course with the z factor correctly )

                      Thanks again for all the help
                      Gutz


                      Axo Test.skp


                      Untitled.jpg

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

                        To save your shadow settings use a new Scene tab that retains the shadows as set in your Style.
                        Make a copy of the Style with those shadows set and nothing else.
                        Then you should be able to click the Shadows Scene tab and then nothing else changes except the shadows swap to your settings.
                        You can export a Style and re-import it into another model OR have it set as one of the styles in your normal template, so all new models get that style as one of the available ones...Capture.PNG

                        TIG

                        1 Reply Last reply Reply Quote 0
                        • G Offline
                          Gutz
                          last edited by

                          Maybe I'm doing something wrong , But it saves the "Shadow settings" ( time , date etc. ) and not the shadow itself
                          So I'm only getting the direction of the shadow and not the actual shadow from the unscaled model

                          Thanks

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

                            @gutz said:

                            Maybe I'm doing something wrong , But it saves the "Shadow settings" ( time , date etc. ) and not the shadow itself
                            So I'm only getting the direction of the shadow and not the actual shadow from the unscaled model
                            Thanks

                            You can only save 'the shadows' as an exported image, the 'shadow-settings' are remembered with the style...

                            TIG

                            1 Reply Last reply Reply Quote 0
                            • G Offline
                              Gutz
                              last edited by

                              Sorry but I don't understand how to do it
                              Can you make an example?

                              1 Reply Last reply Reply Quote 0
                              • G Offline
                                Gutz
                                last edited by

                                Sorry for the bump
                                But I still can't figure out how to get this to work with shadows correctly shown..

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

                                  @gutz said:

                                  Sorry for the bump
                                  But I still can't figure out how to get this to work with shadows correctly shown..

                                  I don't know how to get the shadows to look right either... that's up to you by adjusting location, north, date time etc.
                                  Once you have that save a scene with the only thing fixed as the shadows [as explained].
                                  Then later you can use that tab to reset shadows to those values again...

                                  TIG

                                  1 Reply Last reply Reply Quote 0
                                  • G Offline
                                    Gutz
                                    last edited by

                                    I think we are not on the same page here , Lets make it a simple question :
                                    Is it possible to show the model ( even just exporting an image it doesn't matter) with axo_scale , but with shadows shown correctly as if it wasn't scaled?

                                    If so , can you please make an example?

                                    Thanks in advance

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

                                      @gutz said:

                                      I think we are not on the same page here , Lets make it a simple question :
                                      Is it possible to show the model ( even just exporting an image it doesn't matter) with axo_scale , but with shadows shown correctly as if it wasn't scaled?
                                      If so, can you please make an example?
                                      Thanks in advance

                                      No.
                                      Shadows come from the geometry, if you've scaled it the shadows won't be the same.
                                      You could make the axo, export an image with shadows then.
                                      Switch off shadows.
                                      Now Scale the axo and re-export an image.
                                      Use an image editor like Gimp to overlay the scaled image over the [now incorrect] shadows???
                                      I fail to see how how the 'wrong shadows' will look right on the scaled skp's image.
                                      Can you explain why you need to do this?
                                      If you want shadows then shading the scaled version will look right... IF you set the location/date/time appropriately...

                                      TIG

                                      1 Reply Last reply Reply Quote 0
                                      • G Offline
                                        Gutz
                                        last edited by

                                        Thanks for the answer , I'll deal with that

                                        Its for school ( uni. ) assignment ( 1st year architecture ) , will be pretty hard to explain hehe.. πŸ˜„
                                        But thanks again πŸ˜„

                                        1 Reply Last reply Reply Quote 0
                                        • K Offline
                                          krit.ja
                                          last edited by

                                          I need to produce axon45/45 drawings of the Casa Bianchi.
                                          But it doesn't work. I typed axo4545 and it said

                                          Error: #<NameError: undefined local variable or method `axo4545' for main:Object>
                                          (eval)

                                          I have both 7Pro and 8pro licensed on mac and pc
                                          Please help..

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

                                            @krit.ja said:

                                            I need to produce axon45/45 drawings of the Casa Bianchi.
                                            But it doesn't work. I typed axo4545 and it said
                                            Error: #<NameError: undefined local variable or method `axo4545' for main:Object>
                                            (eval)
                                            I have both 7Pro and 8pro licensed on mac and pc
                                            Please help..

                                            The version shouldn't be an issue.
                                            Have you definitely got a file called ' axo+iso.rb' in the ../Plugins/ folder ?

                                            To see where your ../Plugins/ folder is copy paste this line into the Ruby Console + <enter>

                                            Sketchup.find_support_file('Plugins')

                                            That is the correct folder...

                                            You should be able to type in the Ruby Console any of these commands...

                                            axo3060 which sets the camera to a 30/60 axonometric view and zooms extents
                                            axo6030 which sets the camera to a 60/30 axonometric view and zooms extents
                                            axo4545 which sets the camera to a 45/45 axonometric view and zooms extents
                                            iso3030 which sets the camera to a 30/60 isometric view and zooms extents

                                            The current view changes to the axo/iso format desired and model-extents
                                            are zoomed, now zoom in/out and pan BUT DON'T orbit - that would loose the
                                            axo/iso-ness; then save that view to a Scene-tab.

                                            If you have a 3d axo it needs 'distorting' so that it prints or exports as an image and looks correct.
                                            The whole model needs scaling - particularly in the Z axis.
                                            There are two tools to do this for you.
                                            Use with care and remember to undo the temporary scaling to continue modeling.
                                            After setting an axo view type in the Ruby Console + <enter>:

                                            axo_scale

                                            to scale the whole model, so it is distorted but looks correct.

                                            axo_scale_restore

                                            TIG

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

                                            Advertisement