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

    Topics

    • P

      [Request]Define Segment Length Plugin

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      7
      0 Votes
      7 Posts
      874 Views
      TIGT
      @watkins said: Dear Physicsguy, As a work around, make the polygon a group, edit the group, and then use the tape measure tool to set the length of the segment. Regards, Bob Watkins's solution is the straightforward and easiest... Draw polygon, group it, use tapemeasure tool, pick two adjacent vertices, type in require length, hit enter key, accept to scale group, exit group-edit, select group and explode - you have the polygon with the required length of side... Alternative structure for a Ruby: drawn a polygon, select and pick 'Set Polygon side length' tool, in dialog enter new 'length'. The tool takes the length of curve.edges[0].length [polygon's edge length] and then applies a scaling transformation to the polygon's curve, about it's center, based on the 'desired length' and actual 'length' ratio...
    • P

      Geometrical Feature Help

      Watching Ignoring Scheduled Pinned Locked Moved Newbie Forum sketchup
      9
      0 Votes
      9 Posts
      538 Views
      M
      Ok i will help. start with a circle pushpull it modify the face that pushpull created keep pushpulling it and modifying the new faces until the whole aircraft is finished I use this teachnique a lot, F22 Hope it helps
    • P

      Search Plugin Development Help

      Watching Ignoring Scheduled Pinned Locked Moved Newbie Forum sketchup
      1
      0 Votes
      1 Posts
      180 Views
      No one has replied
    • P

      Script Problem - HTML

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      12
      0 Votes
      12 Posts
      418 Views
      chrisglasierC
      @chris fullmer said: I'm not sure what one you are thinking of Chris, but this article talks about web dialogs: The trouble you see is that I cannot open anything with blog in it (nor you or tube) but the date seems right. Perhaps the other other Chris will let us know if it is useful. As you know I am very keen to interest more people in web dialogs, because, for example, I agree with this chap. @unknownuser said: Vic Gundotra, Google Engineering vice president and developer evangelist, told the Mobilebeat conference in San Francisco on Thursday that the web had won and users of mobile phones would get their information and entertainment from browsers in future. ... “What we clearly see happening is a move to incredibly powerful browsers,” he said. “Many, many applications can be delivered through the browser and what that does for our costs is stunning. “We believe the web has won and over the next several years, the browser, for economic reasons almost, will become the platform that matters and certainly that’s where Google is investing.”
    • P

      Center Of Gravity

      Watching Ignoring Scheduled Pinned Locked Moved SketchyPhysics
      2
      0 Votes
      2 Posts
      579 Views
      S
      I can imagine some ways to do it, but they are too complex to follow manually. I can only suggest to try and retry until you get the right balance.
    • P

      Model Aircraft Plans

      Watching Ignoring Scheduled Pinned Locked Moved Newbie Forum sketchup
      22
      0 Votes
      22 Posts
      3k Views
      TIGT
      @unknownuser said: Does anyone know if there is a way to align the view so that the print-out component profile dimensions are equal to those in reality? For example; If you laid out a rectangle in SketchUp, and the dimensions were 1"x1", how would i determine the right view so that the square turns out 1"x1" on printing paper? Is there a CAD program capable of this? http://forums.sketchucation.com/viewtopic.php?p=68460#p68460 is one way... search for 'print to scale' - there are lots of helpful suggestions...
    • P

      Adding Item To Sub-Menu?

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      2
      0 Votes
      2 Posts
      151 Views
      Chris FullmerC
      http://code.google.com/apis/sketchup/docs/ourdoc/menu.html#add_submenu plugins_menu = UI.menu("Plugins") submenu = plugins_menu.add_submenu("Test") submenu.add_item("Plugin Name") { plugin_method } That should do the trick. It gets a little trickier if you want to multiple different plugins to the same sub-menu, but its possible. I use a global variable, but Jim showed me a way to do it without the global. Chris
    • P

      Generating and Uploading Results

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      4
      0 Votes
      4 Posts
      161 Views
      R
      First thing would be to talk to someone who knows about web dialogues As far as i know theyre basically an IE window inside SU, so in theory you can just feed it a URL and it opens it. Heres the api page: http://code.google.com/apis/sketchup/docs/ourdoc/webdialog.html
    • P

      JU-87 Stuka W.I.P

      Watching Ignoring Scheduled Pinned Locked Moved Gallery
      24
      0 Votes
      24 Posts
      1k Views
      P
      OOh that is a nice animation!
    • P

      [Req] Random Component/Group

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      9
      0 Votes
      9 Posts
      921 Views
      P
      Would it be possible to just write a script that selects only outer edge lines, and then uses .find_faces to cover them?
    • P

      Anxiously Awaiting

      Watching Ignoring Scheduled Pinned Locked Moved SketchyPhysics
      2
      0 Votes
      2 Posts
      431 Views
      W
      Kinda depends on how you did it. Then again, convex hulls are pretty tempermental...
    • P

      War Scene(Not Graphic)

      Watching Ignoring Scheduled Pinned Locked Moved Gallery
      22
      0 Votes
      22 Posts
      935 Views
      M
      AAahhhhh prisoners, shame on me, shame on me ! I'm working with Atl since three or four years, and I've never take a single look at this preference panel... ... So, many thanks for that !
    • P

      Features...

      Watching Ignoring Scheduled Pinned Locked Moved SketchyPhysics
      2
      0 Votes
      2 Posts
      396 Views
      W
      Cool
    • P

      Ruby coding?

      Watching Ignoring Scheduled Pinned Locked Moved SketchUp Tutorials sketchup
      2
      0 Votes
      2 Posts
      749 Views
      Chris FullmerC
      I've written a beginning Ruby tutorial. Since I'm very new to Ruby, its all still very fresh in my mind what I needed to learn to get started writing scripts for SketchUp. So I tried to put all into a simple tutorial. This includes pre-script writing info, like where to find the necessary info, what text editor to use, how to test code inside of SU, and then I write a script and explain what all the code does. This is all in about 10 pages. So its short and very direct (unlike this post). So check it out. See if it helps. It shows how to write a code that iterates through all geometry in the model and make an array that holds all the edges, one for the faces, one for the components, and one for groups. So all you would need to do is to take one of those arrays (I'll use the faces array I made in the example below) and do something like: entities.erase_entities faces Hope that helps. Feel free to post over in the Ruby forum once you get into the coding and have direct questions about it. Hope that helps, Chris
    • P

      Modifying Joint Geometry

      Watching Ignoring Scheduled Pinned Locked Moved SketchyPhysics
      6
      0 Votes
      6 Posts
      533 Views
      C
      It will change the pivot direction of the joint.
    • P

      ?

      Watching Ignoring Scheduled Pinned Locked Moved SketchyPhysics
      3
      0 Votes
      3 Posts
      477 Views
      P
      OK. Nice, love the idea of a help window!
    • P

      You Decide Competition Poll

      Watching Ignoring Scheduled Pinned Locked Moved SketchyPhysics
      13
      0 Votes
      13 Posts
      877 Views
      F
      Hoping for the Rube Goldberg Machine, it could be nice to render.. i think to weeks for the competition should be a minimum
    • P

      Texture Distortion When Moving Camera

      Watching Ignoring Scheduled Pinned Locked Moved SketchUp Bug Reporting sketchup
      9
      0 Votes
      9 Posts
      1k Views
      Chris FullmerC
      He said he put it in his second post.
    • P

      You Decide Competition!

      Watching Ignoring Scheduled Pinned Locked Moved SketchyPhysics
      51
      0 Votes
      51 Posts
      5k Views
      P
      hey guys, what about something like transformable architecture. i don't know if this will be too difficult to pull off, but its worth a try. here are some links http://www.gatewaycoalition.org/files/patents/site/graphics/hoberman_1.gif http://www.gatewaycoalition.org/files/patents/site/graphics/hoberman_2.jpg http://www.gatewaycoalition.org/files/patents/site/graphics/hoberman_3.gif http://i.treehugger.com/images/2007/10/24/chuck28.jpg
    • P

      Texture Problem

      Watching Ignoring Scheduled Pinned Locked Moved Newbie Forum sketchup
      3
      0 Votes
      3 Posts
      246 Views
      P
      I noticed it when i got a new computer. Sorry for leaving that out.
    • 1 / 1