🫛 Lightbeans Update | Metallic and Roughness auto-applied in SketchUp 2025+ Download
  • [REQ] VRML importer

    13
    0 Votes
    13 Posts
    9k Views
    D
    Go to: http://www.ctrlview.com/file_upload.php -navigate to your file location & upload your *.wrl file ON NEXT SCREEN -specify which *.wrl file (vrml or vrml 2) -choose your specifics (true color, rotation, view mode, view type) -in the "convert to format" drop down menu, select your preferred output format (I choose dxf, skp output wasn't valid output format at this time) in conversion -press the "view/convert" button -select the link "Click here to get converted file" (in blue), it will begin your converted file download
  • Tool for curved lines

    2
    0 Votes
    2 Posts
    195 Views
    Dave RD
    It's too bad the author of the video couldn't be bothered to the tool's correct name. Take a look at Bezier Spline. Get the Sketchucation Plugin Store plugin to automatically install it.
  • Sketchup to STAAD

    12
    0 Votes
    12 Posts
    3k Views
    J
    Now that sounds great. You got my "yey" on that
  • Surface from Curved Contours Issue

    7
    0 Votes
    7 Posts
    316 Views
    JQLJ
    Pushpull and eraser tool from what you already have: [image: pLdR_Untitled.png] Best regards, João
  • That plugin for adding elevation data....?

    22
    0 Votes
    22 Posts
    2k Views
    utilerU
    Thanks glro, that's what I've done.
  • RoundCorners and LibFredo

    5
    0 Votes
    5 Posts
    575 Views
    TIGT
    @jfeldman175 said: I downloaded the plugin but I need to access the RoundCorner tool in Sketchup 2014. How do I find the tool? Did you also get/install the newest Lib Fredo from the PluginStore? That is need by most of Fredo's tools to work. Once set up properly these tools have Toolbar and/or Menu/submenu entries - this is clearly explained in each tool's main pages...
  • [Plugin] Get centroid and area properties for any face

    12
    0 Votes
    12 Posts
    18k Views
    G
    @alexschreyer said: I ran into a problem a while ago where I needed area centroids of irregular planar shapes. Since I couldn't find an appropriate SketchUp plugin, I used Rhino that time. The attached plugin adds this functionality to SketchUp. Contrary to some plugins that I found, which use the centroid of the bounding box (and then add a construction point there), this one calculates the actual centroid accurately for any polygon (hence any shape in SketchUp). It also provides the area (more for reference since SketchUp spits this out anyways) and the area moments Ix, Iy, Ixy. Please give this a try and let me know if you run into any usability, calculation or proper plugin programming issues. Some limitations: Shapes must be drawn on the ground (x-y plane) and calculation accuracy is limited by polygon accuracy. Plugin webpage (available soon): http://www.alexschreyer.net/projects/centroid-and-area-properties-plugin-for-sketchup/ plastic characteristics of cross sections are sometimes needed too... is it something that could be added to the plugin? because [anchor= goto=:1n1fsrz0]http://www.skpengineering.com[/anchor:1n1fsrz0] is not avalaible anymore
  • [REQ] copy paste camera

    10
    0 Votes
    10 Posts
    524 Views
    Dan RathbunD
    @solo said: Actually all the models are separate skp's so I want to render them all from the same view, ... Actually the correct protocol would be to create a template skp with the desired view. Then use that template to create the model skps.
  • [REQ] Placement tool

    2
    0 Votes
    2 Posts
    217 Views
    pilouP
    Try this one Put Component on Face by CPlassais! not ultimate version but...works for groups/ components! Tab = Multicopy 5 = reverse face +- = increase decrease : 1° or 1 unity at the start of the function begin, end, 7, 1 = Rotation arows, 8,4,2,6 = Translation backspace = Undo http://www.youtube.com/watch?v=kZp4yuImVhQ [image: faces_faces1.jpg]
  • I am unable to aquire the sketchucation tools download.

    11
    0 Votes
    11 Posts
    611 Views
    Mike AmosM
    Never mind, for some reason I am now able to log in. I did reset my password to the same one but I am up and running now, thanks for going through this with me.
  • BoolTools in SketchUp 2014?

    3
    0 Votes
    3 Posts
    569 Views
    pilouP
    If you have the 2014 Pro no need of Booltools! Booleans are native!
  • Terrain Reshaper

    4
    0 Votes
    4 Posts
    301 Views
    C
    Actually I wasn't paying attention to the date of the thread I was looking at. It was from 2009. I got Topo Shaper plug in instead, which is much more powerful. Sorry for the bad post.
  • New section plugin?

    28
    0 Votes
    28 Posts
    3k Views
    SkalpS
    Skalp Holiday Sale. Get 25% off until August 10, with the following coupon code HOLIDAY [image: LmKI_25offBox.jpg] The Skalp Team.
  • .rbz files not working in SU8

    5
    0 Votes
    5 Posts
    392 Views
    TIGT
    So... get the up to date version of v8 from the link I gave you... Then it WILL have a button.
  • Push multiple: extruded lenght proportional to face area

    2
    0 Votes
    2 Posts
    457 Views
    sdmitchS
    @arnau said: Hey! I wonder if there is any plugin able to extrude multyple faces, where the extruded length of every single face should be proportional to his area. Any help? Thanks in advance:) If not, this might do def extrude_by_area mod = Sketchup.active_model # Open model ent = mod.entities # All entities in model sel = mod.selection # Current selection @min_extru = '1'.to_l; @max_extru = '5'.to_l ans = UI.inputbox(["Minimum Extrusion;","Maximum Extrusion;"],[@min_extru,@max_extru],"Extrude by Area") if ans sel.empty? ? ents = ent ; ents = sel @min_extru,@max_extru=ans;min_area=1e9;max_area=-1e9 ents.grep(Sketchup;;Face).each{|f| min_area=[min_area,f.area].min;max_area=[max_area,f.area].max} rng_area = max_area - min_area; rng_extru = @max_extru - @min_extru ents.grep(Sketchup;;Face).each{|f| extru = (f.area-min_area)/rng_area*rng_extru+@min_extru; f.pushpull extru} end end
  • New DWG/DWF importers and exporters for SketchUp

    5
    0 Votes
    5 Posts
    8k Views
    M
    I just tried this plugin, to no avail. For me, it ignores everything except dynamic blocks, and does not preserve layers. Feel free to check the DWF and SKP Import files yourself if you're curious. I'm currently awaiting an answer to an email I placed to Simlab Support. I'm been extremely unimpressed with both their products and their support team's attitudes in the past, so I'm really hoping they'll improve on prior experiences. I'm thankful it's a trial version. Here's the DWF (zipped because the forum doesn't accept DWF) ...and the results of import.
  • Soap Bubble

    8
    0 Votes
    8 Posts
    469 Views
    pilouP
    Always very funny to use! [image: z6KK_soap5.jpg]
  • [Plugin] Randomize Sandbox TIN (Sep 12, 2011)

    24
    0 Votes
    24 Posts
    58k Views
    A
    worth mentioning however that if you create a low resolution TIN and it has a complex shape (like you made it with Soap Skin Bubble, or you have cut it after stamping) you might get some problems. Therefore if the plugin had automatic smoothing either after or before creating it, it would be very good. Example... only move in the vertical vertexes that are at least 5 vertex from each other (or set a distance in meters instead of number of vertexes) and then the ones in the middle have their height calculate based on average/medians?
  • Plugin Store not working in SU 2013 anymore

    9
    0 Votes
    9 Posts
    291 Views
    sfto1S
    Wow Thanks Box. I never knew about snipping tool. Great feature
  • Looking to pay for a specific plugin as described.

    2
    0 Votes
    2 Posts
    195 Views
    mitcorbM
    Hi there. See this: http://www.3skeng.com/en/index.htm Not necessarily the exact solution.

Advertisement