🛣️ Road Profile Builder | Generate roads, curbs and pavements easily Download
  • [Plugin] Radial Lines Fixed Length

    8
    0 Votes
    8 Posts
    7k Views
    shuraS
    TIG, simply fantastic! Both Radial Lines tools are brilliant. I have been waiting for this - did it too many times manually. then I used projection and scaled one end to a minimum... omg what a mess +1 on the artificial light to shadow tracing. I guess the difficult part is how the automation can tell where the "shadow" goes when used for perforated objects or objects that are not connected... keep it bubbling alex
  • C-lines to lines

    6
    0 Votes
    6 Posts
    343 Views
    TIGT
    @jim said: Not if it's posted in the Developers forum, and not the Plugins forum. Doh! Didn't realize where it was... I've 'moved' it here... http://forums.sketchucation.com/viewtopic.php?p=274567#p274567
  • (REQ) Work Plane Tools

    4
    0 Votes
    4 Posts
    418 Views
    TIGT
    See this http://forums.sketchucation.com/viewtopic.php?p=274345#p274345 and this http://forums.sketchucation.com/viewtopic.php?p=273671#p273671 for a WorkPlane and Axial/Normal cline tools.......
  • Replace all cpoints with a component

    3
    0 Votes
    3 Posts
    236 Views
    liquid98L
    Thanx I knew it was possible!
  • ISOLATE SELECTION

    7
    0 Votes
    7 Posts
    4k Views
    Dave RD
    Thanks for the explanation. I was just curious because layers don't isolate entities from each other in SketchUp. They only control visibility of those entities.
  • ADJUSTABLE ERASER SIZE PLUGIN

    10
    0 Votes
    10 Posts
    6k Views
    onzkiO
    @earthmover said: I'd prefer a Hover Face select tool which you could drag across and select every face it touches, then just hit delete. Sounds interesting. I'll check it too. Most of my work are imported from a dirty layered CAD (dwg). Most of the time it's rush so I got no time to re create new layered outline. I just erase unnecessary stuff in SKU. I guess this is a big wish but who knows, maybe it'll be out sometime. Cheers!
  • Sun

    7
    0 Votes
    7 Posts
    815 Views
    Z
    Yes but for fast viewing where the shadow falls this new function is fine...
  • Selection plug in

    3
    0 Votes
    3 Posts
    317 Views
    N
    @jenujacob said: maybe this could help? http://forums.sketchucation.com/viewtopic.php?f=323&t=14975&hilit=selection+toys Thank you jenujacob for your nice suggestion. Nice plug in. This is what im looking for.
  • [Plugin] Radial Lines

    24
    0 Votes
    24 Posts
    14k Views
    Dave RD
    mitcorb, the Tape Measure tool is the way to set a guidepoint or at least one way. After setting the guidepoint, select it and edges with vertices or ends and run the tool. TIG, thank you for this. I'm not sure where I'll use it but I wouldn't be surprised if it comes in handy one day.
  • [Plugin] each face to one group

    4
    0 Votes
    4 Posts
    7k Views
    B
    Nice script, saves a little time putting faces into groups manually. Little bit buggy though, it doesn't like anything other than faces, holes and erased faces make it splat in SU8 and It also divides along softened lines. Is there anything similar to this out there? -niall
  • [Request]Radial lines 2D, 3D

    10
    0 Votes
    10 Posts
    855 Views
    pilouP
    Never works for me with the console but now with the new ruby that works like a charm
  • New Shaderlight demo video

    15
    0 Votes
    15 Posts
    2k Views
    mitcorbM
    Hi, kate-art: I liked what I saw in the video, well done.
  • If local_variable == @variable

    8
    0 Votes
    8 Posts
    315 Views
    thomthomT
    And class variables @@.
  • Line to road plugin

    16
    0 Votes
    16 Posts
    1k Views
    thomthomT
    @pr0bka said: For some reason changing the dimensions for the smaller roads function i can't get to work. I click to edit the size however it won't let me. Any idea why? If you want roads with different size you need to apply materials with a name that follow the syntax described. Are you doing that?
  • $495 boat anchor.....

    6
    0 Votes
    6 Posts
    510 Views
    SketchUp Guide TommyS
    Hi CAT-OH, If SketchUp Pro 8 still isn't authorized and importing DWGs after you follow EarthMover's great suggestions, I'd be happy to try and help as well. Regards, SGT
  • DC "Flipping" Script

    19
    0 Votes
    19 Posts
    1k Views
    E
    As far as sub components, it would be any sub components that reference the axis of the most top level component. And sub component that references an axis from another sub component that is below the top level wouldn't need to be changed.
  • Creating Arcs

    7
    0 Votes
    7 Posts
    659 Views
    honoluludesktopH
    Well, I finally took the time to make this really work. Starting and finishing angles are measured in radians, measured counter clockwise from the +x axis. I needed to add 360 to the finishing angle. When: vector = Geom::Vector3d.new 0,0,1 @vector2 = Geom::Vector3d.new 1,0,0 @vector3 = vector.normalize! The correct arc is drawn by: my_arc = @entities.add_arc [@entity[0]+@block_x, @entity[1]+@block_y, @entity[2]+@block_z], @vector2, @vector3, @entity[3], (@entity[4]*Math::PI)/180, ((360+@entity[5])*Math::PI)/180 @block_? is the location of the block/group from the origin. When an entity, its value is 0.0, nothing. Only problem now, is that the data from my Cad's DxfOut, and Acad's seems to be different. I have to check the spec. by their version numbers, but I can't believe they have changed that much.>_< But "Oh well", that's why I am writting this s*^&&y app.:-) Addenda: I found this variable tags 210, 220, and 230 (extrusion direction) wherein my Cad's DxfOut is [0,0,-1], and the default Acad's is [0,0,1]. What's an extrusion direction? Addenda: z=-1 in [x,y,z] seems to mean that the arc is mirrored around the world view origin. It appears that when z=1 in [x,y,z], the arc is mirrored on the y axis, and set by (see the green (-)) below: my_arc = @entities.add_arc [%(#008000)[-]@entity[0]+@block_x, @entity[1]+@block_y, @entity[2]+@block_z], @vector2, @vector3, @entity[3], (@entity[4]*Math::PI)/180, ((360+@entity[5])*Math::PI)/180
  • (Wanted) Component Plugin

    4
    0 Votes
    4 Posts
    397 Views
    Dave RD
    Robert, out of curiosity, which Cutlist plugin did you get?
  • Plugin request - Exterior walls with joints

    8
    0 Votes
    8 Posts
    832 Views
    brodieB
    I haven't had a chance to try some of those but the multi-offset is a great start. What would be awesome is a ruby that would group my selected faces, then select all the faces in that group, run multi-offset ruby, then then run the select inverse ruby. That would get me all set to move the faces out. If it could also move the faces out 1" that would be even better. I took a look at a couple of the scripts to see if I might be able to mash them together but I simply can't figure out ruby enough to even do what seems like a simple task of combining a couple scripts. -brodie
  • [Plugin] FredoTools::CountFacesBySides 1.5a - 19 Dec 11

    8
    0 Votes
    8 Posts
    15k Views
    ken28875K
    Awesome! Merci Fredo. Bonne journee. _KN

Advertisement