🛣️ Road Profile Builder | Generate roads, curbs and pavements easily Download
  • How to add thickness to organic face?

    12
    0 Votes
    12 Posts
    5k Views
    D
    I was tryin' just about everything and the best results (and the easyiest way) are when I extrude edges of curved face with "extrude lines along a vector" and then just copy the face.
  • Remove extra faces

    6
    0 Votes
    6 Posts
    1k Views
    mitcorbM
    Regarding the extra faces after import to sketchup: Could this be a result of overlapping, or multiple instances of vectors with the same endpoints, but on different layers that were created in the cad program?
  • "Reflect" tool

    3
    0 Votes
    3 Posts
    888 Views
    GaieusG
    Yes, exactly, thanks. And now I even remember...
  • Get Dimmensions plugin

    10
    0 Votes
    10 Posts
    3k Views
    J
    Plugin posted here: http://forums.sketchucation.com/viewtopic.php?f=323&t=28851
  • [REQ] label points with same X,Y Coordinates -pointcloud aid

    6
    0 Votes
    6 Posts
    1k Views
    TIGT
    Try this require 'sketchup.rb' def cpointseqxy() model=Sketchup.active_model ents=model.active_entities layers=model.layers tlayer=layers.add("cpointseqxy") sel=model.selection sela=sel.to_a sel.clear vec=[10,10,10] ### change these values for arrow length model.start_operation("cpointseqxy") cs=[] ca=[] sela.each{|e| cs<< e if e.class==Sketchup;;ConstructionPoint ca<< e if e.class==Sketchup;;ConstructionPoint } th=[] ch=[] lh=[] ca.each{|c| cx=[] cs.each{|e| next if c.to_s == e.to_s if c.position.x == e.position.x and c.position.y == e.position.y cx<< e ch<< e t=ents.add_text(" =XY",e.position,vec) th<< t l=ents.add_cline(c.position,e.position) lh<< l end#if } cs=cs-cx } th.each{|t|t.layer=tlayer} lh.each{|l|l.layer=tlayer} sel.add(th+ch+lh) model.commit_operation end This has arrows for the text: vec=[10,10,10] sets the arrows 'vector', adjust the value of it to change the leader location, length etc...
  • Slicer.rb question - TIG!

    8
    0 Votes
    8 Posts
    2k Views
    TIGT
    Slicer exports the slices as individual groups, the 'lay flat' option makes copies of these flattened onto the ground spaced apart by an entered amount, set in a logical h/w arrangement and numbered to match the original order, and these are also grouped. You can adjust where these are by editing the group and of course make plan views of each as desired as scene-tabs ? Then export them as jpegs using once of the batch image exporter tools available...
  • How many plugins is too many?

    8
    0 Votes
    8 Posts
    1k Views
    W
    Interestingly, the more I use Sketchup the fewer plugins I use. For new users I suggest the following. Start a text file in your Plugin folder, and every time you install a plugin record the following information Name of plugin Date of installation List of file and folder names associated with the plugin URL links to usage (YouTube, SketchUcation etc) The really useful plugins will become obvious, and those you hardly ever use can be tracked and moved to a 'just in case' folder, the 'just in case' being just in case you decide you need the plugin after all. It is important to list of the files and folders so that you remove the plugin cleanly. Regards, Bob
  • Ruby script compatibility issue..IN vs. Metric

    5
    0 Votes
    5 Posts
    1k Views
    J
    After scanning the FloMoCo plugin, it don't see how it can be reporting the correct dimensions.
  • Regarding a sketchup plugin

    4
    0 Votes
    4 Posts
    1k Views
    GaieusG
    Offset.rb is a script that runs in the background and is required by a couple of other plugins. There are some similar scripts required to run in the background. You can download it from here: http://rhin.crai.archi.fr/RubyLibraryDepot/Ruby/em_edi_page.htm
  • Plugin Clear Out ...

    3
    0 Votes
    3 Posts
    691 Views
    thomthomT
    @unknownuser said: I haven't had any problems with the graying out of the context menu since I have re-installed my plugins. Removing what I don't need. The disabled plugins is most likely one of Fredo's plugins. It has been resolved with updates. If experience that issue it's most likely due to an older version.
  • [REQ] face normals

    4
    0 Votes
    4 Posts
    761 Views
    GaieusG
    @unknownuser said: FrontFace will be handy. Exactly. Best (such) tool I have ever seen!
  • Cutting windows hole plugin

    4
    0 Votes
    4 Posts
    1k Views
    Didier BurD
    Hi, @unknownuser said: when creating the component, do we have to glue it on a selected plane and define to cut a hole already? (like glue vertically, per exemple) No. @unknownuser said: the wall stays in 1 piece, and no hole is appearing Dropping the window in the wall doesn't automatically create the hole. Right-click on the window (or on a selection of windows) and select "Window and wall > Cut wall from window". See chapter 2 of the PDF, everything is in there
  • Plugin required: paste on layer

    5
    0 Votes
    5 Posts
    541 Views
    D
    Dave R Your workflow solution will work just fine i guess... In the meantime I have been thinking about this and figure that there could still be use for a 'paste on layer' in much the same way that components are dropped on the 'current layer' when bringing them in from the component console... That way we would get an object instance and layer change in one easy step. Could be good for bringing in CAD reference info into a model which is often multilayered.... Thanks for sharing the knowledge Dave
  • SDS Icons?

    2
    0 Votes
    2 Posts
    528 Views
    OxerO
    @rickgraham said: Hi all, I just purchased the Subdivide and Smooth. When it loaded, I have a series of 4 icons that are displaying completely blank. These are the SDS icons because I can click on them and they activate the plugin. Is there any known issues with this and Mac's? Or it there an EASY code fix that I can do to get them to show? Thanks in advance. Rick Hi! I use Mac too, i have the plugin Subdivide and Smooth and i see the icons. Probe to place the subsmooth_loader.rb and Subsmooth folder in this path: Users/Your Username/Applications Support/Google Sketchup 7/Sketchup/plugins If plugins folder don't exists, create it. I hope this help you, Bye!
  • Getting senile

    3
    0 Votes
    3 Posts
    492 Views
    GaieusG
    Or maybe they would exchange it for another plugin at least (say a free one)
  • Plugin for closing gaps9 esp in CAD documents)

    4
    0 Votes
    4 Posts
    619 Views
    C
    @gaieus said: Most probably CloseOpens would do it for you. Not free but if you work a lot with similarly "sloppy" CAD drawings, it will pay itself back pretty soon. thats just what im looking for- thanks!
  • Can you store Entities as attributes?

    12
    0 Votes
    12 Posts
    691 Views
    J
    Awesome -- just stuck that into my code and it seems to be working great. Many thanks to both of you for your help. Josh
  • Model Function

    5
    0 Votes
    5 Posts
    1k Views
    S
    1.2 is available now via http://modelfunction.com Major improvements are: New language 'lang.xml' file enables changes menus and commands text and language. When the designer saves the template, a jpg thumbnail created by plugin and saved in the same directory where the template file is saved. New "aiming" function that assists the designer to change axis of a component to axis of 'node'.
  • Sweep a curved shape around the z axis

    4
    0 Votes
    4 Posts
    966 Views
    Dave RD
    Further to Dale's post, if you don't want a top and bottom when you are finished and want a single skin, draw the profile as in his first image and draw the circle at the bottom as he has shown but make its radius match that of the bottom of the profile. Also leave the face of the circle. Add a circle at the top which is the radius of the topmost point on the profile and in contact with the profile. When you run Follow Me, it will delete the faces of the circles leaving no top or bottom.
  • [REQ] Select all connected faces with same orientation

    11
    0 Votes
    11 Posts
    1k Views
    PixeroP
    @thomthom said: My impression was a selection tools more in the way that Orient Faces works out how faces in a surface is oriented. (Sans the actual orienting.) Yes that was what I was thinking also.

Advertisement