Check out Febhouse | New extensions for Shadow Analysis in SketchUp Download

Subcategories

  • No decscription available

    20 Topics
    462 Posts
    HornOxxH
    @pilou said: More appetizing in chocolate! Eggs are good as well - but only very fragile when falling down in SketchyPhysics
  • Problem plugins/rubys-scrips su7 OSX 10.5

    2
    0 Votes
    2 Posts
    289 Views
    jeff hammondJ
    @b-o said: am i doing something wrong? any clue what i can try? SketchUp.app/Contents/plugins is where google places it's exporters. the proper location for ruby plugins is in the following location: MachintoshHD/Library/Application Support/Google SketchUp 7/SketchUp/plugins try placing the .rb file there instead then restart sketchup
  • New to Ruby / Sketchup

    2
    0 Votes
    2 Posts
    354 Views
    thomthomT
    You must URL encode the data you put into URLs. Not all charactered are allowed.
  • Feasibility of this occurring?

    3
    0 Votes
    3 Posts
    378 Views
    Dan RathbunD
    I posted an informative reply on this topic at the Sketchup Developer's Google group. (I guess I'll just Carbon Copy it here.) @unknownuser said: Is there any possibility of using Google Sketchup within a website ...? GoogleGroup Topic: To Run Google sketchup within website I believe you must export models as Collada(.DAE) files for use on websites. The website would use Google O3D pluginto VIEW the model. Visitors would need to download and install the plugin. Interaction can be done on the model by the website visitors, thru Javascriptprogramming. Such as changing colors, or materials, moving objects around, etc. But all these things I think must be drawn in Sketchup. There is no basic editing / modeling capability in O3D. Only manipulation of components. O3D Technical Overview http://code.google.com/apis/o3d/docs/techoverview.html O3D Developer's Guide http://code.google.com/apis/o3d/docs/devguideintro.html Working Webpage Examples: Smart Designer by SmartFurniture.com http://www.smartfurniture.com/smartdesigner Smart Designer is a new online application that enables consumers and businesses to design and order their own furniture products. They can then interact with those customized products in the context of a 3D space that simulates their homes or offices. Home Configurator (Firefox only) http://o3d.googlecode.com/svn/trunk/samples/home-configurators/homedesigner.html .
  • Where's my circle's face?

    3
    0 Votes
    3 Posts
    343 Views
    TIGT
    The add_circle returns an array of its edges, so circles_edges=entities.add_circle(......), to make a face simply use circles_edges[0].find_faces...........
  • "Tell me what's goin' on. I ain't got a clue!"

    28
    0 Votes
    28 Posts
    2k Views
    TIGT
    'Above' in this context is on the side of the face's front. If the face is flat and it were facing upwards your hand would be above it. The that face were facing downwards then your hand would be underneath it...
  • Copy Array Along Path tool...have a look.

    46
    0 Votes
    46 Posts
    123k Views
    simon le bonS
    Hi NotaReal! You are greatly helping me for my first feet steps with Kerkythea. Here are some renders dedicated to you [image: clay_tstD003_th.jpg] [image: clay_tstD004_th.jpg] [image: clay_tstD005_th.jpg] [image: clay_tstD006_th.jpg] [image: clay_tstD007_th.jpg] [image: SuspBridge003_th.jpg] ++simon
  • Plugins Clash - LibFredo6 / Smustard Organizer

    4
    0 Votes
    4 Posts
    981 Views
    fredo6F
    For whatever reason, Organizer prevents LibFredo6 to load (hence all the messages from the other scripts). I am not familiar with Organizer (I don't have it actually), so I don't know what exactly it does under the hood. I understand that normally you must execute a command on each script you want to put into the Organizer context, and that this command may alter the code of the targeted script. If so, then, it is normal that it does not work, since LibFredo6 and my other scripts rely on their own loading environment. Thanks to advise if what I described is correct. Anyway, maybe Rick could have a quick check to the problem, if you describe how you apply Organizer to LibFredo and my other scripts. Fredo
  • ASCII format for .skm?

    10
    0 Votes
    10 Posts
    768 Views
    J
    It would be a sibling (neighbor?) of the Plugins folder on Windows.
  • Scaled array

    33
    0 Votes
    33 Posts
    57k Views
    pilouP
    Seems only Grow is necessary! Just make in 2 parts! [image: qE5o_grows.jpg] Select the previous group "growed" and grow again Not a big deal [image: hwov_grow2.jpg]
  • Redraw DC

    3
    0 Votes
    3 Posts
    409 Views
    B
    Thanks, This works. The problem I'm facing now is that I have added this "target" redraw capacity in a class function which extends DC functions but it appears they can't be referenced in a mouseclick interaction. Only in formulas. I have to find another work around. The redraw() function only refresh the DC which calls it. Any idea about a work-around ?
  • Difference between 4 % 2 and 4 %2

    2
    0 Votes
    2 Posts
    280 Views
    R
    Id guess its to do with how ruby expects to receive arguments for the method. If you put brackets around it it should work, i.e. 4%(2) and 2.to_f-(1)
  • Entity.visible? vs entity.hidden?

    21
    0 Votes
    21 Posts
    3k Views
    thomthomT
    @maxim1000 said: Since ComponentDefinition is inherited from Drawingelement, calling visible? and hidden? seems not to be some incorrect operation leading to undefined behaviour. Yes, they may not represent actual state of geometry, but this shows that visible? is not the same as !hidden? at least at implementation level, and thus can it be safely assumed that they are the same in all other cases? http://code.google.com/intl/nb/apis/sketchup/docs/ourdoc/drawingelement.html#visible= @unknownuser said: The visible= method is used to set the visible status for an element. This method performs an opposite function to the hidden= method. Might be that the definition class causes an abnormality. Testing against any other DrawingElement derived class that actually is placed in the model they behave as expects. Though it is odd it should return true on both for definition. In practice - they do refer to the same thing though.
  • Transform Vertices?

    4
    0 Votes
    4 Posts
    333 Views
    J
    What thomthom said. But it is interesting. It's not easy to tell what entities can be transformed. Being transformable is not related to be a DrawingElement (as you might think) because a Vertex is not one of those. In fact, a Vertex inherits from Entity.
  • Right Click Edit

    12
    0 Votes
    12 Posts
    1k Views
    S
    thanks, great explanation. I'm guessing nothing in parametric.rb is actually specifically changed to work with windows.rb and it is the windows.rb script that utilizes the methods and variables in the parametric.rb script. i'll keep working at it
  • Passing arguements

    6
    0 Votes
    6 Posts
    431 Views
    honoluludesktopH
    Guys, thanks for the help. Chris, I will look very carefully at your example.
  • Non-model geometry

    6
    0 Votes
    6 Posts
    490 Views
    M
    Thanks for answers. We ended up with approach similar to one of described by TIG: we have a separate layer with known and recognizable name and store all our geometry there. Any operation gets required data (actually it's only box size) from that layer and thus the problem with losing references to our stuff is solved. Of course problem with appearance of our geometry in saved modelы is still relevant, but it seems we can and will have to live with that (because after reopening the plugin catches existing geometry)...
  • 3 Problems

    3
    0 Votes
    3 Posts
    333 Views
    thomthomT
    @chris fullmer said: #3 - SketchUp does not give any control of normals. I think they always face the same direction as their face. Unless the edges is smoothed, then I think the normals average between the normals of the 2 faces. I think. Nope! The normals stay the same. You can see with if you use my Probes plugin - it lets you visualize the normals of faces and edges: http://forums.sketchucation.com/viewtopic.php?f=323&t=21472#p180592
  • Variables?

    8
    0 Votes
    8 Posts
    520 Views
    thomthomT
    Transformations are still an enigma to me as well. But I just got a couple of books on vectors and transformations. ...but my right eye is still blurry after the operation so I can't concentrate on reading. Scariest of all is Observers. I wish you'd start using them more - so you could share my pain. (And join in on the rants )
  • Rotating component

    5
    0 Votes
    5 Posts
    1k Views
    daikuD
    I wrote this one a while back: http://www.crai.archi.fr/RubylibraryDepot/Ruby/EM/rot90.rb Rotates by 90 degrees around your choice of red|green|blue axes with a right click selection (can be mapped to a shortcut key). CB.
  • Materials Browser in Ruby?

    3
    0 Votes
    3 Posts
    281 Views
    M
    @tig said: splitting out the parts of the material's 'skm' file [which is really a 'zip' file] and taking the image file part, then making that as your new material's texture [with appropriate scaling] etc etc... Thanks. I was afraid of that.

Advertisement