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

    Topics

    • M

      Easiest way to create 3-D home from plan view?

      Watching Ignoring Scheduled Pinned Locked Moved SketchUp Discussions sketchup
      17
      0 Votes
      17 Posts
      2k Views
      Rich O BrienR
      Hi, Import your plans as an image. Then use the measuring tape tool to measure an internal wall and then just type the actual length of the wall and hit enter. You'll be asked 'do you want to resize the model'. Choose yes, and now your imported image of the plan is to scale! It's a case of happy modeling from here. I advise to use layers for different things like Walls, floors etc. It'll prove invaluable
    • M

      How do I use linetool.rb script?

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      11
      0 Votes
      11 Posts
      3k Views
      K
      @mgianzero said: @thomthom said: @mgianzero said: But how do I convert these x, y coordinates into something useful, like RGB (or true x,y,z) cartesian coordinates? I know is has something to do with the InputPoint method. Yes - you create in InputPoint object and call the .pick method with the x and y arguments given from the Tool's mouse events. After the pick you can extract the various data you want. For X,Y,Z use inputpoint.position. Thanks for the comments. But could you please show exactly what you mean by example? Perhaps using my code above and modify it. Sorry but I find that I can follow these suggestions better when I have a piece of code I can work off of. Hi Marc, I have just started leaning ruby and not a programmer, so can't help with programming info. But look at Plugins\Utilities\utilitiestools.rb as an example. You have to activate the extension "Utilites Tools". You use the tool from the Tools menu in sketchup => Tools/Utilities/"Query Tool". It displays cursor position in the bottom title space and the VCB. Using that as an example, helped me to write a plugin. With a little cut and paste and trial/error. My plugin just rotates everything, that is initially selected, to be parallel with an axis. You select, two points to indicate a line. And the line provides the angles for the rotation. -Kwok
    • M

      Trouble loading scripts outside Plugins directory

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      5
      0 Votes
      5 Posts
      390 Views
      M
      Thanks Dan. I think I'll stick with your simplified solution. Works perfectly! Now I can keep my plugins separate from the ones I downloaded from other folks. Marc
    • M

      Easy way to enter cylindrical shapes using polar data?

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      2
      0 Votes
      2 Posts
      421 Views
      TIGT
      See this thread for links http://forums.sketchucation.com/viewtopic.php?p=220368#p220368 Note the minor 'fix'... Survey Tool works fine taking survey data in the form of points, bearings etc... Not sure exactly what it is you need... What are 'r', 'phi' and 'z' ? How are they 'available' to a script ? [e.g. s a csv/txt file] Do you have a reasonably sized example of it ? What do you want to end up with ? If you have the appropriate data I'm sure it can be imported somehow and made into geometry...
    • 1 / 1