🏢 PlaceMaker | 25% off for February including new Google Earth data imports! Learn more
  • Transformation array

    9
    0 Votes
    9 Posts
    2k Views
    chrisglasierC
    @chris fullmer said: Is that the case? Yes! I don't know why it happened, but now I know a little bit more - e.g. to refer to the comp axis when editing. Thanks Chris
  • Creating a slot on a face

    2
    0 Votes
    2 Posts
    261 Views
    TIGT
    Name : slot.2.rb Description : This file creates a 2D slot. Parameters : The slot width and length. Menu Item : Draw -> Slot Context Menu: NONE Usage : N/A Date : 8/14/2006 Author : Doug Herrmann Probably available on Didier's Library Site ?
  • Shape Bender - preview

    55
    0 Votes
    55 Posts
    6k Views
    Chris FullmerC
    Hi Hasan.
  • FFD Idea/Question..

    5
    0 Votes
    5 Posts
    413 Views
    CadFatherC
    telling by your latest creations BTM, you should.. (must?) i'll be happy to pace it further if you need
  • Thanks for all you do!

    3
    0 Votes
    3 Posts
    198 Views
    J
    kayjay, well said! My thanks to all of you as well.
  • I cant rigister on belw link

    2
    0 Votes
    2 Posts
    115 Views
    thomthomT
    If his site is broken you probably have more luck contacting him. Try that email address listed on his main page: http://tx.technion.ac.il/~arrguedi/
  • Guide Point and Line

    4
    0 Votes
    4 Posts
    254 Views
    TIGT
    The cpoint_with_cline is treated as if it were a lone cpoint at the picked point - i.e. the end of the line with the cpoint attached. The bit of line is ignored, you can't snap to it as if it were a normal cline ! The cpoint_with_cline has the cline permanently attached and it cannot be removed separately... To get rid of the cpoint's cline try this... model=Sketchup.active_model;ss=model.selection;ents=model.active_entities;ss.clear;cpts=[];ents.each{|e|(cpts.push(e.position);ss.add(e))if e.kind_of?(Sketchup;;ConstructionPoint)};ss.each{|e|e.erase!};cpts.each{|p|model.active_entities.add_cpoint(p)} ### or could be reworked to apply to a selection... ;ents=ss.to_a;
  • Follow-Me Tool on Multiple Lines.

    23
    0 Votes
    23 Posts
    4k Views
    W
    Dear Bob, Great stuff! I see you get to play with much bigger toys. Your modelling looks very good, and very informative. Kind regards, Bob
  • Tools on surface not working

    15
    0 Votes
    15 Posts
    1k Views
    K
    I may have found part of the problem. I went through each tool and checked out everything in each context menu and it looks like my computer has something backwards or scrambled. This is a long and a bit confusing, but here goes: When “Group” and “Mark With Construction Points” are being used, it says [GROUP] [CPOINT] by the "Show Instructor" button. When they are not being used, nothing is shown on the bottom. "Trigonometric sense" will say yes or no. It is the only one that does that shows both on my computer All others are the opposite and show nothing when they ARE in use, and show [NO…. when NOT in use]. These tools: Rectangle, Polygon, Circle, Ellipse, Parallelograms, 3 Part Circle, and Arc - all have the same discrepancy with their context menus. With context menu item “Generate Faces”, the context menu shows: Generate Faces (current=Yes) -->F8 The bottom shows: [GEN. NO FACES] and nofaces are generated. *******I know that an arc can’t have a face because it isn’t a closed loop, but I thought I’d mention the discrepancy When the context menu shows: Generate Faces (current=No) -->F8 There is nothing about faces listed on the bottom and faces are generated. With context menu item “Generate Curves”, the context menu shows: Generate Curves (current=Yes) -->F8 The bottom shows:[NO CURVES] When the context menu shows: Generate Curves (current=No) -->F9 There is nothing about curves listed on the bottom. I don’t know what “Generate Curves” actually does, so I can't tell if it is working or not, but I'm assuming that when the context menu says "no" it really means yes, as with the other tools. The protractor only works with the Line and Sector tools It does, however, show in context menus of all tools, whether they are supposed to have it or not. There isn't anything about it by the instructor button whether it’s on or off, even with the tools it does work with. Has anyone had any problems like these? KJ
  • Transformations to faces

    3
    0 Votes
    3 Posts
    177 Views
    Chris FullmerC
    You can use a transformation object on face and edge entities if you use the entities.transform_entities method: http://code.google.com/apis/sketchup/docs/ourdoc/entities.html#transform_entities That makes it easier to just scale and rotate and stuff. Chris
  • Auto Centerpoint confict

    5
    0 Votes
    5 Posts
    301 Views
    K
    It works great! Thanks for such a fast fix!!! KJ
  • [Question, Request] Component or Group Highligting

    3
    0 Votes
    3 Posts
    197 Views
    JClementsJ
    Thank you for looking into this and the speedy response. John
  • 3d Model to Flat Map/Net - ?

    5
    0 Votes
    5 Posts
    315 Views
    R
    There's also waybe
  • Windows 7 RC and SketchUp 7 PlugIns

    4
    0 Votes
    4 Posts
    3k Views
    D
    Fredo6 and thomthom, Thanks for your replies. You both make good points and provided useful insights. I'll keep testing. Thanks again (for the info and the great plugins you develop). Dave
  • Comps scale handles upset why

    9
    0 Votes
    9 Posts
    304 Views
    Bob JamesB
    Got it - thank you CadFather. Now I see why it would be nice to have a ruby to get the same dialog.
  • Plugin-Request: draw-Wall

    3
    0 Votes
    3 Posts
    423 Views
    M
    wow.. thanks for the fast answer.. the tool "wallgrouptool" does pretty much the job! than you! And that was another proove that one's never the first with a thought -especially online.
  • Where's SU's Ruby files installed?

    4
    0 Votes
    4 Posts
    196 Views
    Didier BurD
    msvcrt-ruby18.dll in the main folder is the only one I see that could be it.
  • [IDEA] Platform / Street levelling / fixing script

    14
    0 Votes
    14 Posts
    659 Views
    G
    nobody got time for this at the moment? how hard is it to get this programmed on a scale from let's say 1 to 10? let me know and it might be easier to stay patient!
  • [WIP] CleverClay - Need help

    3
    0 Votes
    3 Posts
    269 Views
    PixeroP
    Thanks!
  • Sketchup.active_model.materials.current behaviour

    5
    0 Votes
    5 Posts
    207 Views
    thomthomT
    Maybe it's a Mac bug. Because on my PC it updates correctly. I'll test on my mac later when I get time.

Advertisement