sketchucation logo sketchucation
    • Login
    1. Home
    2. Guillo_Ortiz
    ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 8
    • Groups 1

    Guillo_Ortiz

    @Guillo_Ortiz

    10
    Reputation
    1
    Profile views
    8
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Guillo_Ortiz Unfollow Follow
    registered-users

    Latest posts made by Guillo_Ortiz

    • RE: Assign materials to both sides?

      Hi, I know this is and old post, but could this be done keeping the orientation?

      posted in Plugins
      Guillo_OrtizG
      Guillo_Ortiz
    • Reorient several group axes

      **Hello:

      This is a repost from a topic I posted on the official Sketchup forum page (https://goo.gl/BTAECy), but I'm posting it here as well to get more exposure.

      I created a set of tubes with the lines to tubes extension and each individual tube has its axes oriented to the global axes (as expected).

      I want to replace all the tubes with a component.

      Is there a way (or plugin) to reorient the axes along the longest edge of each tube to simplify the process? Maybe another plugin that creates the tubes the way I need them?

      I could quickly do it one by one but there are too many…

      Take a look:

      This is what one of the tubes looks like

      https://cdn-enterprise.discourse.org/sketchup/uploads/default/optimized/3X/1/5/15752386b8647294cdc656bdca2bda3fec605c7b_1_626x500.jpg

      And these are all the tubes I need to fix (2892!)

      https://cdn-enterprise.discourse.org/sketchup/uploads/default/optimized/3X/2/5/25cf41f6562441734ba05e1033b4ceca4734a62b_1_690x312.jpg

      I’ll appreciate any help.**

      posted in Newbie Forum sketchup
      Guillo_OrtizG
      Guillo_Ortiz
    • RE: Create lego-like solid pieces for assembly

      @jql said:

      That won't have a very firm grip as it will twist upon the joint's axis. You should have at least 2 pins per joint... It also seems very prone to detach from each other. Maybe you now should model from what Mitch gave you.

      Thanks, I will. I'm also going to use super glue to reinforce it.

      posted in SketchUp for 3D Printing
      Guillo_OrtizG
      Guillo_Ortiz
    • RE: Create lego-like solid pieces for assembly

      @sdmitch said:

      @guillo_ortiz said:

      BTW, how can I change the units to cm? I tried writing "cm" and " cm" after the number, but got an error.

      The syntax is ".cm", so 1.inch = 2.54.cm

      Thanks, sdmitch. In the end I used your method.

      Thanks a lot!

      https://cdn-enterprise.discourse.org/sketchup/uploads/default/original/3X/1/b/1b801c8aee26ab73cbb824f411bc983a90e8e7ca.jpg

      posted in SketchUp for 3D Printing
      Guillo_OrtizG
      Guillo_Ortiz
    • RE: Create lego-like solid pieces for assembly

      @sdmitch said:

      @guillo_ortiz said:

      Hi!

      I'm attempting to make a split model for 3d printing and I'd like it to have joints to get a firm grip when assembled (like a lego).

      This is what I have:

      https://cdn-enterprise.discourse.org/sketchup/uploads/default/optimized/3X/3/e/3e2fd95e5402a7029f5b3a8a3667e1e0dbaf1c32_1_690x386.jpg

      Does anyone know of a plugin or a way to get this done?

      Thanks!

      Here is a start. You will need to change the values to suit your situation.

      unless file_loaded?((__FILE__))
      > 	UI.add_context_menu_handler do |menu|
      > 		sel = Sketchup.active_model.selection
      > 		if sel.first.is_a?(Sketchup;;Face)
      > 			menu.add_separator
      > 			menu.add_item('Dimple') { 
      > 				face = sel.first; ctr = face.bounds.center; nrm = face.normal
      > 				cir = Sketchup.active_model.active_entities.add_circle(ctr,nrm,0.125,12)
      > 				pts = cir.map{|e|e.vertices}.flatten.uniq.map{|v|v.position}
      > 				fac = Sketchup.active_model.active_entities.add_face(pts)
      > 				fac.pushpull -0.25 if fac
      > 			}
      > 			menu.add_item('Pimple') { 
      > 				face = sel.first; ctr = face.bounds.center; nrm = face.normal
      > 				cir = Sketchup.active_model.active_entities.add_circle(ctr,nrm,0.125,12)
      > 				pts = cir.map{|e|e.vertices}.flatten.uniq.map{|v|v.position}
      > 				fac = Sketchup.active_model.active_entities.add_face(pts)
      > 				fac.pushpull  0.25 if fac
      > 			}
      > 		end
      > 	end
      > 	file_loaded((__FILE__))
      > end
      > 
      

      Thanks for the plugin! It's very close to the effect I'm looking for. BTW, how can I change the units to cm? I tried writing "cm" and " cm" after the number, but got an error.

      posted in SketchUp for 3D Printing
      Guillo_OrtizG
      Guillo_Ortiz
    • RE: Create lego-like solid pieces for assembly

      @rich o brien said:

      Do you have an idea of the joint type you'll use?

      Not really, any type will do.

      posted in SketchUp for 3D Printing
      Guillo_OrtizG
      Guillo_Ortiz
    • Create lego-like solid pieces for assembly

      Hi!

      I'm attempting to make a split model for 3d printing and I'd like it to have joints to get a firm grip when assembled (like a lego).

      This is what I have:

      https://cdn-enterprise.discourse.org/sketchup/uploads/default/optimized/3X/3/e/3e2fd95e5402a7029f5b3a8a3667e1e0dbaf1c32_1_690x386.jpg

      Does anyone know of a plugin or a way to get this done?

      Thanks!

      posted in SketchUp for 3D Printing sketchup
      Guillo_OrtizG
      Guillo_Ortiz
    • Move to origin option

      Hi!
      I created a template with some colours and settings I like but I didn't notice I changed the axes at some point. So now when I export my model to any other program, the origin is off.

      I know I cold open a new file with the correct origin and copy/paste-in-place to get the axes back to normal, but is there a way to automatically move an object based on coordinades (i.e. start the move tool and type something like "[0,0,0]")?

      Here's a screenshot of my situation (left is my custom template and right is the default one):

      https://cdn-enterprise.discourse.org/sketchup/uploads/default/optimized/3X/c/b/cbc42fc4235daf01b6e79f782d14c77ef06ce473_1_690x312.png

      Thanks in advance!

      posted in SketchUp Discussions sketchup
      Guillo_OrtizG
      Guillo_Ortiz