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
  • How to modify Default Layer Geometry Ruby

    4
    0 Votes
    4 Posts
    1k Views
    TIGT
    ¡ No problema ! Ask and ye shalt receive... Seasons greetings...
  • SU7 and old rubies

    4
    0 Votes
    4 Posts
    700 Views
    B
    I get them again as before, they worked fine this time. Thanks for the help TIG
  • Modifying Texture objects?

    4
    0 Votes
    4 Posts
    569 Views
    thomthomT
    Turns out, I think I need to write the texture to disk. The only reason it seemed to work to just take the original filename with the path and assign just the filename was because SU's last file dialog location pointed to where the original texture was. TextureWriter object is the only one that allows me to save out a texture? It doesn't take a Material object as an argument, so would I have to create a temporary object, like a group, assign it the material, export using TextureWriter, then delete dummy object? ...seems messy to me... any better solutions?
  • Didier Bur's projection_extension.zip file

    17
    0 Votes
    17 Posts
    4k Views
    L
    @didier bur said: Hi, @unknownuser said: the dialog box says it's in mm In what command ? Please precise what command executes in inches instead of your unit ? I meet the issue too When use "P-P selected faces along their normals " and "P-P selected faces randomly" (projection_V6) It executes in inches instead of MM!!
  • Lighting Plugin for Sketchup

    232
    0 Votes
    232 Posts
    85k Views
    R
    I.frisken, i think your best bet would be to send adam a PM and see what he says. He always struck me as quite a reasonable chap so he might be able to make you an offer.
  • Adding menu item to existing submenu?

    3
    0 Votes
    3 Posts
    587 Views
    thomthomT
    /me goes hunting for ninjas
  • [Ruby Request] - Duplicate Layers & Contents

    3
    0 Votes
    3 Posts
    1k Views
    M
    I don't think so, thomthom. Components take colours from layer they are in. And if you select all entities in a layer (with Didier's quick selection plugin), you copy place them in a new layer?
  • DC components and ruby

    2
    0 Votes
    2 Posts
    458 Views
    scottliningerS
    That's a great idea, Bill. I've added it to the feature request list. Cheers,
  • Mac Webdialog opens in background

    11
    0 Votes
    11 Posts
    942 Views
    scottliningerS
    @thomthom said: Just had another though, if you really want a modal window on mac? Not possible? Not currently possible, unfortunately.
  • Vectors?

    3
    0 Votes
    3 Posts
    521 Views
    M
    @thomthom said: Can anyone elaborate ... Suppose you have 3 points (p1, p2, p3) and want a point (p4) "normal" to p1. The 3 points define the PLANE and also 2 vectors with origin in p1. If you make a CROSS PRODUCT between those 2 vectors, you will get a 3rd vector that is NORMAL to the PLANE and passing on p1. If you offset p1 using this new vector ... voila! Example: p1 = Geom::Point3d.new(1,2,3) (can be any 3d point, non hard coded) p2 = Geom::Point3d.new(4,5,6) p3 = Geom::Point3d.new(7,8,9) v1=p2-p1 or v1=p1.vector_to(p2) v2=p3-p1 or v2=p1.vector_to(p3) p4 = p1.offset(v1v2) or p4 = p1.offset((p2-p1)(p3-p1)) Regards Marcio
  • Weight plug in for sketchup? (model airplanes application)

    3
    0 Votes
    3 Posts
    701 Views
    bigstickB
    You should be able to calculate the volume, and the maths to work out the weight given the material type and density should be straightforward.
  • How do you get a group's definition?

    7
    0 Votes
    7 Posts
    634 Views
    R
    @thomthom said: That's great Dale! Works perfectly. But I would never that expected that .parent would return that. I would have expected that: > group.entities.parent === group > There are a lot of strange things about groups, and that is one of them.
  • Making components cut double skin walls

    8
    0 Votes
    8 Posts
    1k Views
    GaieusG
    I could only guess so quickly because it's happened to me a couple of times, too!
  • Way to simplify the edges of a square?

    8
    0 Votes
    8 Posts
    852 Views
    TIGT
    You need to look in the API methods for various bits... it's all there... Make a list of the loop's vertices. You get a vertex. You get its point in 3D You get the vertex's edges. For the two edges get its other end's vertex and thence its point. You get the vector between the vertex-point and that end-point in turn. You see if vertor1==vertor2 [or its 'reverse']. If they're not 'equal' then it's a corner... .
  • View Observers?

    2
    0 Votes
    2 Posts
    331 Views
    A
    onViewChange - http://groups.google.com/group/SketchUp-Plugins-Dev/web/Ruby-ViewObserver.html?hl=en azuby
  • How do you add hotkeys to context menu commands?

    6
    0 Votes
    6 Posts
    809 Views
    bagateloB
    [image: 210y7vd.jpg]
  • Tapers

    4
    0 Votes
    4 Posts
    696 Views
    rodrigonotorR
    Yes, Gaieus, is very cool, I wish I could use it as soon as possible, but I don't have a project to work in it. best regards
  • Animation2.rb

    6
    0 Votes
    6 Posts
    834 Views
    J
    Hello Ross - I don't know. I needed to enable the extension to see it in SU7 Pro, and it went away when I turned it off the Ruby Examples and restarted.
  • Some plugins don't work SU 7. Organizer.rb at fault?

    19
    0 Votes
    19 Posts
    3k Views
    R
    Glad you got it working finally!
  • Changing scenes from Ruby

    5
    0 Votes
    5 Posts
    804 Views
    D
    Thanks Rick and Jim that helped!

Advertisement