sketchucation logo sketchucation
    • Login
    1. Home
    2. ttype
    3. Posts
    ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info
    T
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 11
    • Posts 30
    • Groups 1

    Posts

    Recent Best Controversial
    • RE: Setting up camera/scene using Ruby

      Thank you!

      I am not 100% sure yet, because documentation on both sides is rather vague, but right now it looks like this is always(?) working:

      camera.focal_length = lens_length_in_Rhino * 1.5;

      posted in Developers' Forum
      T
      ttype
    • Setting up camera/scene using Ruby

      I want to export from Rhino to SU. Unfortunately Rhino's exporter for SU doesn't export cameras so that they end up being scenes in SU. So I wrote a script that gets the camera's data from Rhino and generates a Ruby script that I can then just paste in SU. Here is my camera in Rhino:
      camera.png

      And that's the script generated:
      ` eye = [0.0,-25.0,2.0];
      target = [0.0,0.0,2.0];
      up = [0.0,0.0,1.0];

      camera = Sketchup::Camera.new eye, target, up;
      camera.focal_length = 50.0;

      view = Sketchup.active_model.active_view;
      view.camera = camera;

      page = Sketchup.active_model.pages.add('Perspective')`

      And here are the two views:
      suview.jpg
      rhinoview.jpg

      Unfortunately the latter box is a tiny bit closer. Can someone perhaps tell me what I need to do here to get the exact same views?

      posted in Developers' Forum
      T
      ttype
    • RE: Setting up camera properly

      @dave r said:

      You can place the camera with Position Camera from the Camera toolbar or menu And you can aim the camera with Orbit and Pan.

      From the Ruby documentation I now have a working script for exactly what I want to do:

      ` eye = [0,-10000,0]
      target = [0,0,0]
      up = [0,0,1]

      my_camera = Sketchup::Camera.new eye, target, up
      my_camera.focal_length = 100

      view = Sketchup.active_model.active_view
      view.camera = my_camera`

      Is there really no plug-in with some tiny UI that lets me do this kind of stuff?

      posted in Newbie Forum
      T
      ttype
    • Setting up camera properly

      I am using Sketchup 2016 Make and am having problems to setup a cameras precisely.

      Usually cameras have a location and target. Is it possible in SU2016Make to say camera location is (0,-100,0) and camera target is (0,0,0)? Or is some plug-in needed? Is this possible in Make at all?

      posted in Newbie Forum sketchup
      T
      ttype
    • RE: Butterfly Stool

      How many curves did you use altogether? (At first I thought of a workflow like one curve "extruded", Joint Push Pull, something like FredoScale and then a boolean operation to get the bottom edges right. But then again I think there must be more to it.)

      posted in Woodworking
      T
      ttype
    • RE: A side-table with legs strong enough for 2 big mamas

      @dave r said:

      Well, those legs are kind of homely, aren't they?

      Well, yes.

      @dave r said:

      The construction as you've drawn it is needlessly complex. Getting everything to fit properly would be a huge undertaking. I don't think you'd be able to get those keys installed in the tenons in the legs. It looks like you've create some potential problems for wood movement. Because of the way the pieces shown in blue wrap over the ends and are trapped in notches, when the two center pieces expand they will put stress on the blue pieces. The outside pieces will expand outward and you'll end up with an unsightly ridge where these pieces are drawn flush with the ends of the end pieces.

      Even if you can get all that crazy joinery to fit tightly to begin with, I don't believe it will stay tight. You should study traditional joinery methods used in large tables. Those methods are still around because they work and because woodworkers can make them.

      Everything you are saying is probably correct. Although I have to admit that I thought a CNC router's precision would make it at least really easy to assemble such a thing in the first place. Guess I need to build more than just my nifty bike stands...

      posted in Woodworking
      T
      ttype
    • A side-table with legs strong enough for 2 big mamas

      I have drawn a table and I'd really like to hear what you think about it. Especially about the way it is assembled and from someone who has already built some tables in a real shop in a real life.

      The idea in general was to create a solid table where I like the bottom side of the top more than I usually do. And well, I like it, but I am really not sure whether I am simply too optimistic as far as the laws of nature/wood and the solid thing are concerned.

      Wellassorted.png


      Wellassorted.skp

      posted in Woodworking
      T
      ttype
    • RE: How can I join the pieces here?

      @cotty said:

      @ttype said:

      Thanks. I forgot this post...

      You ask a question and forget it? πŸ˜’ πŸ˜‰

      Yes, sometimes I do other things than "trolling the internet" (Dave R). At least I don't forget cooking and cycling...

      @dave r said:

      You didn't answer my question about the type of material.

      That is, because the question more or less just came up while simply being creative and "designing" some things in SU. (I am more a Graphics Design person having an interest in building things I can really touch, but in general I am not (yet) having a clue when it comes to real world construction.)

      posted in Woodworking
      T
      ttype
    • RE: SU under Wine

      Just for the record: I reinstalled SU 2013 and directly after installing (before running SU at all) I ran "winetricks ie8" and now the overall GUI experience is better. Don't know whether that makes a difference or the fact that I had SU 8 installed between the installations, but, well, it is better now... Magic Winedows...

      posted in Newbie Forum
      T
      ttype
    • RE: SU under Wine

      @aerilius said:

      SketchUp 8 has the same features, except that there is no icon in the tooltips (and because of this the tooltips work). Apart from that, SU8 needs a plugin to customize toolbars, and you need to open Extension Warehouse in a browser instead of inside SketchUp.

      ...and I cannot open SU 2013 files. Which is not a real surprise, but still a πŸ‘Š

      posted in Newbie Forum
      T
      ttype
    • RE: SU under Wine

      What are the downsides of work-around 2? (The tooltips are pretty helpful for plugins I don't use every day.)

      posted in Newbie Forum
      T
      ttype
    • RE: How can I join the pieces here?

      Thanks. I forgot this post... Triangular blocks always look a bit strange imo. But mechanical fasteners, nuts and bolts are great search terms.

      In general I like the way it looks when just a box joint is used, but I guess this and just some glue won't work when it is stressed.

      posted in Woodworking
      T
      ttype
    • SU under Wine

      Are there any solutions for these two problems when using SU under wine? (wine-1.6 and Explorer installed: "winetricks ie8")

      2013-08-14-113219_1440x900_scrot.png2013-08-14-114055_1440x900_scrot.png

      posted in Newbie Forum sketchup
      T
      ttype
    • RE: Need help using Shape Bender

      Thank you. I really got it all wrong. Mea culpa. (Although I have to admit that I am kind of glad there is not a lot of stuff I am bending. Nothing intended, but the workflow is strange here.)

      posted in Newbie Forum
      T
      ttype
    • Need help using Shape Bender

      I am desperating while trying to bend the rectangle having the holes in it. Can someone perhaps explain me how this is done? (Are there other plugins to do stuff like this??)

      2013-08-08-144626_1440x900_scrot.png


      shape_bender.skp

      posted in Newbie Forum sketchup
      T
      ttype
    • How can I join the pieces here?

      This is perhaps just partly a woodworking question, because metal is probably a better solution to join here. But I don't know. Can someone perhaps tell me what my options are when I want to join these to pieces of wood??

      img.png


      file.skp

      posted in Woodworking
      T
      ttype
    • RE: Bottom view icon

      @tig said:

      Make a shortcut key to the 'Bottom' View menu item β˜€

      Nice hint. I have to setup shortcuts for the view manually. Got something wrong I guess.

      posted in Newbie Forum
      T
      ttype
    • RE: Bottom view icon

      @dave r said:

      Must be a Linux thing.

      Yes, it is. But I am so used to not using my Mac.

      posted in Newbie Forum
      T
      ttype
    • RE: Bottom view icon

      That is great. Thank you, Dave.

      @dave r said:

      Look in the Extension Warehouse.

      That btw is not working, either. πŸ‘Š

      posted in Newbie Forum
      T
      ttype
    • Bottom view icon

      Is there some plugin to add an icon for the bottom view to the toolbar? (Using Linux and Shift+3 is not working...)

      posted in Newbie Forum sketchup
      T
      ttype
    • 1
    • 2
    • 1 / 2