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

    loudghirim

    @loudghirim

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

    loudghirim Unfollow Follow
    registered-users

    Latest posts made by loudghirim

    • 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