sketchucation logo sketchucation
    • Login
    1. Home
    2. gogcam
    Oops, your profile's looking a bit empty! To help us tailor your experience, please fill in key details like your SketchUp version, skill level, operating system, and more. Update and save your info on your profile page today!
    πŸ›£οΈ Road Profile Builder | Generate roads, curbs and pavements easily Download
    G
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 4
    • Groups 1

    gogcam

    @gogcam

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

    gogcam Unfollow Follow
    registered-users

    Latest posts made by gogcam

    • RE: Change Color of a model
      
      w = 2500.mm
      d = 2000.mm
      h = 1000.mm
      
      pts = [[0,0,h-40.mm], [w,0,h-40.mm], [w,d,h-40.mm], [0,d,h-40.mm]]
      base = container.add_face pts
      h = -h if base.normal.dot(Z_AXIS) < 0.0
      base.pushpull 40.mm
      
      

      Thats the main code for the base of the table. Sadly I have no clue how I can change the material or color of it. I googled a lot but somehow I didnt find anything really useful for a ruby newbie like me 😞

      Thanks for your help!
      gogcam

      posted in Developers' Forum
      G
      gogcam
    • Change Color of a model

      Hey there

      I got a little question about changing the color of a model...

      I have generated a table with ruby. Now I want to change the color or/and the material of it.

      How can I do that?

      Thanks a lot
      Cheers,
      gogcam

      posted in Developers' Forum
      G
      gogcam
    • Export with ruby to jpg

      Hey there

      How can I export an object from sketchup with a ruby script to jpg?

      I didnt find anything with google. 😞

      Thanks a lot,
      Cheers,
      gogcam

      posted in Developers' Forum
      G
      gogcam
    • SketchUp with VB

      Hey all

      Ive got a little question:
      We have an application in VB.NET. We now want to start up SketchUp with VB.NET and start in SketchUp a Ruby Script automaticaly. How can I do these things?

      Its very important that we can do it somehow.

      Thanks for your help,
      Cheers,
      gogcam

      posted in Newbie Forum sketchup
      G
      gogcam