sketchucation logo sketchucation
    • Login
    1. Home
    2. Z11
    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
    Z
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 3
    • Groups 1

    Posts

    Recent Best Controversial
    • RE: How to receive the size of a line Sketchup rubi

      @thomthom said:

      @z11 said:

      What method Sketchup to construct a dimensional line

      No access to dimensions via the Ruby API. 😞

      Thanks for the answer.
      It is a pity.
      😞

      posted in Developers' Forum
      Z
      Z11
    • RE: How to receive the size of a line Sketchup rubi

      I should draw simply in model a dimensional line.

      What method Sketchup to construct a dimensional line

      posted in Developers' Forum
      Z
      Z11
    • How to receive the size of a line Sketchup rubi

      ruby script draw square

      model = Sketchup.active_model    
      entities = model.entities  
      pt1 = [0.m,  0.m, 0.m]    
      pt2 = [10.m, 0.m, 0.m]
      
      pt3 = [10.m, 10.m, 0.m]
      pt4 = [0.m,  10.m, 0.m]
      new_face = entities.add_face pt1, pt2, pt3, pt4
      

      How to receive the size of a line Sketchup rubi ?


      img1.JPG

      posted in Developers' Forum
      Z
      Z11
    • 1 / 1