sketchucation logo sketchucation
    • Login
    1. Home
    2. loudghirim
    3. Posts
    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!
    🫛 Lightbeans Update | Metallic and Roughness auto-applied in SketchUp 2025+ Download
    L
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Groups 1

    Posts

    Recent Best Controversial
    • RE: Pushpull scripting. need HELP plz

      hey i m walid s friend
      wr r working together on this project
      and here is the code we tried to enter yesterday
      but unfortunately it didnt work

      the basic of our work is to find out how to make a plugin that digs a cube randomly into different multi geometrial shapes with different sizes and so on...

      thank uuuu

      
      model = Sketchup.active_model
      sel = model.selection
      model.start_operation "mult. pushpull"
      
      faces = []
      
      sel.each do |e|
      faces << e if e.is_a? sketchup;;face
      end
      
      faces.each do |face|
      face.pushpull [ 100 ]
      end
      
      
      model.commit_operation
      
      
      posted in Developers' Forum
      L
      loudghirim
    • 1 / 1