🛣️ Road Profile Builder | Generate roads, curbs and pavements easily Download

Subcategories

  • The ideal place for beginners to get help using SketchUp
    9k Topics
    60k Posts
    BoxB
    Make it a component and save it to a component collection, then select and place it from the component panel whenever you need it.
  • No decsciption available
    209 Topics
    2k Posts
    soloS
    Hey guys I am desperate for very high resolution/quality satellite maps, I use Placemaker and I also use Nearmap but the resolution is not that great, I have tried using AI to upscale but that too does not really solve my issues. Is there another solution?
  • No decsciption available
    821 Topics
    4k Posts
    P
    please up load your model however a simple method is to split a counter into sections with if statements basic handle turn, then door.skp
  • Plugins!

    2
    0 Votes
    2 Posts
    19 Views
    ntxdaveN
    Thanks for sharing. It is both hilarious and sad. So many basics that should be included instead of messing with things like the icons.
  • SketchUpBar: AIR for SketchUp

    1
    0 Votes
    1 Posts
    20 Views
    No one has replied
  • OLDER SKETCHUP PRO INSTALLATION FILES

    2
    0 Votes
    2 Posts
    33 Views
    Dave RD
    You can get the English and German versions here. I don't know of a source for any other languages. Keep in mind that none of the web-based features (3D Warehouse, Extension Warehouse, Add Location, etc.) support SU2019.
  • Inferencing in cad vs skp

    1
    0 Votes
    1 Posts
    11 Views
    No one has replied
  • FredoCorner license

    5
    0 Votes
    5 Posts
    64 Views
    TIGT
    @setiyo95 You have a license shown for Fredo's Round Corner Fredo Corner is a different extension and needs a separate license, additional to the 'bundled set'. I suspect you are trying to install/license one extension with the other license ??
  • Unnable to purchase 1 licence package of 8 Fredo6

    6
    0 Votes
    6 Posts
    42 Views
    Rich O BrienR
    Try a different browser. Looks to me like a javascript blocker or similar might be causing an issue.
  • Bend Object to Outside of Path Using Shape Bender

    2
    0 Votes
    2 Posts
    31 Views
    ecatiE
    It happens when I rotate and apply the objects as seen in the picture. I also reduced the number of segments. [image: IH4Y_test_ecati.JPG] shape-bender-test_ecati.skp
  • Plant import to SU question

    2
    0 Votes
    2 Posts
    20 Views
    Rich O BrienR
    Both can be imported. Skimp would be a good paid option as it traps or missing missing relative texture links. Other the OBJ importer included in QuadFace Tools
  • 2d and unwrapping pipe

    5
    0 Votes
    5 Posts
    71 Views
    B
    Thanks for the info and help. I built it yesterday, before I had a chance on figuring out the layout tool. I needed a way of moving a hobby lathe into my new garage. And I think I'll pull the trigger on Pro since it does what I want. [img]ee7e316a-dc19-4710-b595-198862b3359f.jpg[/img] [image: jd4x_ee7e316a-dc19-4710-b595-198862b3359f.jpg]
  • Clothworks no arrows to move pins on axis

    13
    0 Votes
    13 Posts
    241 Views
    Dave RD
    @flakie12 said: I am having the same issue. Have you purchased a license for Clothworks and have you activated it? As was mentioned in the post immediately before yours, you must have a Clothworks license for this feature to be available.
  • Modus Bootstrap

    1
    0 Votes
    1 Posts
    12 Views
    No one has replied
  • Fredo6 plugins - LEGACY versions prior SU2017

    sketchup
    27
    0 Votes
    27 Posts
    34k Views
    M
    Hello. The Legacy Round Corner file is not the <2017 but a <2016 (=<2015) as its not working with my 2016 and presents me the message that this is a legacy Roundcorner suitable only for versions prior to 2016 Can we have the downloadable file replaced by the actual file compatible up to 2016? Thank you
  • Reset default texture inside components?

    sketchup
    6
    0 Votes
    6 Posts
    2k Views
    A
    just delete the material from (in model) library
  • Auto refresh texture when the image file was updated?

    7
    0 Votes
    7 Posts
    69 Views
    HornOxxH
    @dave r said: ...No need for all those gymnastics... Thanks Dave!
  • Toposhaper Crashing

    sketchup
    23
    0 Votes
    23 Posts
    5k Views
    fredo6F
    @cheekyky said: Hello, I'm having problems with the toposhaper extension tool. I'm running it on a very simple topography and it keeps crashing. I'm probably not using it well, I don't know... The tool 'from contours' seems to work perfectly but it's not as precise as toposhaper. It looks like you run TopoShaper from the inside of the Group or Component. Could you instead just seelct the Group / Component.
  • Sketchup 2017 Make and D5 Render ?

    1
    0 Votes
    1 Posts
    46 Views
    No one has replied
  • One click marking faces with numbers, any plugins/methods?

    5
    0 Votes
    5 Posts
    32 Views
    ntxdaveN
    @dave r said: Maybe Number Components will do what you need. Interesting one DaveR.
  • RSI Pain- 3D Mouse and Wacom?

    sketchup
    10
    0 Votes
    10 Posts
    2k Views
    A
    I would like to see a shot of your setup and some details about the keyboard tray you are using. It sounds great!
  • Need help : Code to reload mutiple component

    5
    0 Votes
    5 Posts
    30 Views
    TIGT
    Try this... module TIG module DefinitionReplacer def self.run() model=Sketchup.active_model defns=model.definitions model.start_operation("DefinitionReplacer", true) counter=0 defns.to_a.each{|defn| name=defn.name next if name=~/[#]/ defns.to_a.each{|d| n=d.name next unless n=~/[#]/ next unless d.instances[0] next unless n.split("#")[0]==name defn.name=name+rand.to_s d.name=name ins=d.instances defn.instances.each{|i| i.definition=d } ins.each{|i| i.erase! } counter+=1 } defns.remove(defn) } model.commit_operation puts "Processed #{counter} definitions" end#def end #module end #module TIG;;DefinitionReplacer.run() #to use, it assumes you have a number of component definitions [Com1, Com2, etc], #and you have already imported a similar set of edited ones into the model [Com1#1, Com2#1 etc]. #to run it, paste all of this into the Ruby Console, it should auto-run. #all instances of the original Com1 become Com1#1, renamed as Com1, #any instances of the previous Com1#1 are erased and its definition removed. #it's one step undo-able
  • Image size in layout

    16
    0 Votes
    16 Posts
    151 Views
    pmolsonP
    @dave r said: Do you make different LO files or just change the export quality? I export 1 pdf from layout and then use adobe acrobat to save a copy as a reduced size pdf.

Advertisement