sketchucation logo sketchucation
    • Login
    1. Home
    2. GreyHead
    3. Posts
    🛣️ Road Profile Builder | Generate roads, curbs and pavements easily Download
    G
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 154
    • Groups 1

    Posts

    Recent Best Controversial
    • RE: BEST landscape boulders ?

      Here's the Bantam Grass 3D program that Alan mentioned below. To keep under the 2Mb limit I've separated out the Help files (there is an html file and images - Bantam doesn't link to it directly so you can put it anywhere convenient).

      Bob


      Bantam3DGrass_7.zip


      Bantam3DGrass_7_help.zip

      posted in SketchUp Components
      G
      GreyHead
    • RE: Joitn control panel

      If you click the UI button in the SketchyPhysics toolbar the Inspector goes away and seems to stay away.

      Bob

      posted in SketchyPhysics
      G
      GreyHead
    • RE: Curved_slanted_wall

      @unknownuser said:

      I do remember another tutorial by someone on the forum, who demonstrated the Scene 3 technique. The one that copies and flips 180 degrees to have a center point. Can you elaborate again one why this is done? Then I will fully get it!
      This is done here because we want to keep the inner end of the wall vertical. The scale tool will leave the 'center' of the shape unchanged. But the center of a spiral is not at the inner end (see spiral_1). Copy-rotating the spiral gives a new shape where the scaling center is at the center of rotation and when you scale this shape the center of the spiral remains unchanged.

      Bob

      spiral_1.jpg

      spiral_2.jpg

      posted in SketchUp Discussions
      G
      GreyHead
    • RE: Sine Curve (wave) script?

      Just a couple of notes to add to the other Bob's last post.

      • You can use PI in K2 Graphs formulae (saves having to type in 3.14159)
      • K2 Graphs appears to use meters as a default unit. However the dimensions will show up in whatever units you have set to display. In Bob's case this seems to be millimeters, hence the need to correct by 1000. The scale factor to correct from meters to feet is .3048
        Bob
      posted in Developers' Forum
      G
      GreyHead
    • RE: Jim's Unfold Tool Tutorials (and Camtasia Tests)

      Just testing - if this works here are flash versions of the two re-published in Camtasia.
      Tutorial 1: Box
      [flash=640,480:368nm3tv]sas/Tutorials/extensions/jf_unfold_tool_tutorial_1.swf[/flash:368nm3tv]

      Tutorial 2: Cylinder
      [flash=640,480:368nm3tv]sas/Tutorials/extensions/jf_unfold_tool_tutorial_2.swf[/flash:368nm3tv]

      Bob

      posted in SketchUp Tutorials
      G
      GreyHead
    • RE: Sine Curve (wave) script?

      In K-tools you want the 2D-Graph Cartesian; Plane xy; Range & resolution 0 : 250 : 1; then Mathematical formula '10 * sin((x/250)2PI)'

      Bob

      PS Later: Actually this gives you 250m x 10m so needs rescaling.

      sine.jpg

      posted in Developers' Forum
      G
      GreyHead
    • RE: Curved_slanted_wall

      That's neat - I didn't think of smooving to lift the spiral.

      Bob

      posted in SketchUp Discussions
      G
      GreyHead
    • RE: Curved_slanted_wall

      Is this more what you had in mind with the wall sloping?

      For this style:

      • Create a upright rectangle the height and width of the wall;
      • Place it at the center of the spiral (at the origin along the green axis);
      • Use the follow-me tool to copy it along the curve;
      • Select the top surface only and rotate copy through 180 (this is to provide a fixed center for the next step)
      • Select the top surface of the wall and the copy and scale about the center to get the outer end of the wall to match the slope you want.
      • Clean up and smooth lines.

      Bob


      curve_tiltwall.png


      Added jpg version as png is showing as 'extension deactivated'

      posted in SketchUp Discussions
      G
      GreyHead
    • RE: Reducing model file size from imported dwg file...

      I fiddled around with this a bit this morning and found that it broke up into components fairly readily. The face count in these bears out Bytor's comments.

      Total model 16.6k faces (after I deleted a few on the carcase)
      Carcase 0.9k, Drum assembly 2.6k, door assembly 3.7k; Front- top panel 1.9k, center panel 3.6k, bottom panel 1.9k; GE badge +bezel 1.2k; knobs, lamps, etc < 1.0k.

      I guess that you could significantly reduce the size by re-drawing the front panels, particularly if you used mirrored components for the symmetrical shapes.

      Bob

      posted in SketchUp Discussions
      G
      GreyHead
    • RE: Création de surfaces &quot;mathématiques&quot; ?

      On peut aussi enlever les grilles par utiliser la fenetre 'Soften Edges'. On doit faire 'select all' sur la surface et puis faire click dans la fenetre.

      C'est possible de donner une notion de profondeur par utiliser une image comme une texture 'projection'.

      Bob

      curve2.png

      posted in Français
      G
      GreyHead
    • RE: Création de surfaces &quot;mathématiques&quot; ?

      On peut faire les surfaces mathématques si onutilise le script K-tools. Prenez l'option Graphs | 3D-graphs z=f(x,y) puis on peut entrer x2+y2

      Bob

      curve.png

      posted in Français
      G
      GreyHead
    • RE: Cutting angles into the edges of a complex curved shape

      That's a neat approach 😄 I hadn't seen that before.

      I keep playing with the doubling approach because it seems to work when the shapes and curves are irregular. Like scaling plus rotation along a bezier curve - just weird.

      Bob

      horny_2a.jpg

      posted in Newbie Forum
      G
      GreyHead
    • RE: Cutting angles into the edges of a complex curved shape

      @unknownuser said:

      Tho I don't really understand why you would need to double the shape.

      The only reason for doubling the shape is that it gives you a 'center point' to scale around. The scale tool lets you do a uniform scale (the same in both x & y directions) about the 'center' - using the control button; or one of the corner points of the bounding box.

      When you want to copy and scale along a path then it's important to have some kind of constant relationship between the shapes and the path. For example, with circles you can mark and put the center of each circle on the path, with a square you can use the center, or one of the corners.

      However if your shape isn't a circle or a regular polygon then it isn't easy to find the center; and if the corners of the shape aren't at the corners of the bounding box then you can't use those easily for scaling because the relationship between the shape and the path changes as you scale.

      This is really hard to describe . . . see if the tutorial does it better.

      Bob


      scaling.skp

      posted in Newbie Forum
      G
      GreyHead
    • RE: Shuffle-ruby script?

      Thanks TIG - the density bit was very much a hack. More a learning experiment than serious coding. (Though I was quite impressed with myself that I got it to work at all!)

      I forgot that I'd commented out the menu entries 😞 - is there a way of editing and rerunning a script that's loaded into a menu without re-starting Sketchup?

      Bob

      posted in Developers' Forum
      G
      GreyHead
    • RE: Shuffle-ruby script?

      Couldn't resist it. Here's a hacked version of the script that adds a 'Density' value to the dialogue box. The image below is at 85% which is the default (change this at line 234 to your preference).

      Bob

      container-3.png


      Back up the original version and copy this to PlugIns folder.

      posted in Developers' Forum
      G
      GreyHead
    • RE: Shuffle-ruby script?

      The problem that I found was that the script wasn't able to open the sub-folder. When I open the RubyScript console I saw an error at line 415 (or thereabouts).

      There is a line that reads something like:

      proxdir = (Sketchup.find_support_file "", "Components/Proximity Components/") + "Components//Proximity Components//"
      

      I replaced this with two lines:

      proxdir_1 = Sketchup.find_support_file "", "Components/Proximity Components/"
      proxdir = proxdir_1 + "/Components/Proximity Components/"
      

      Bob

      posted in Developers' Forum
      G
      GreyHead
    • RE: Need Help on SPIRALOID SHAPE

      Bien fait ! Bravo !

      Bob

      PS You can get rid of those 'blue' segments at the bottom by selecting a 'white' area, right click and choose 'orient faces'.

      posted in Newbie Forum
      G
      GreyHead
    • RE: Cutting angles into the edges of a complex curved shape

      For this kind of shape I have a variant on Jean's approach that works simply and well.

      Create your profile shape, and group it with a mirror image. This double profile can then easily be centred on the spine shape and center scaled to size (you could also rotate if needed). See the first image. Then it's simple to remove the duplicates and the area to leave a skeleton that can be skinned either by hand or with the skin ruby script.

      Bob

      PS I was trying to make a tut but SketchUp locked up so all I've got left tonight is one frame.

      The 'spine' of double profiles located and scaled.
      One I made earlier.


      Later: recovered the tutorial file!

      posted in Newbie Forum
      G
      GreyHead
    • RE: Need Help on SPIRALOID SHAPE

      My spiral was something like:
      K2 Graphs | 2D-Graph polar r=f(p)
      p-range from: 0.0 (default)
      p-Range to: 25.132741 (i.e. 8*pi)
      Stepwidth: 0.06283185 (default - 100 steps per turn)

      r = p**2 (default)

      Then scale down to a useful size.

      Bob

      posted in Newbie Forum
      G
      GreyHead
    • RE: French Couples - Abstract Sculpture

      Very Gallic . . . reminds me of the Burgers of Calais. I used to pass this copy every day.

      Bob

      The.burg.of.calais.london.arp..png

      posted in Gallery
      G
      GreyHead
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 5 / 8