sketchucation logo sketchucation
    • Login
    1. Home
    2. wadhahmm
    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
    W
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 11
    • Groups 1

    wadhahmm

    @wadhahmm

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

    wadhahmm Unfollow Follow
    registered-users

    Latest posts made by wadhahmm

    • Sketchup+MS project

      hello
      Can I mix betwen sketchup and MS project to obtain 4D CAD and which toll can I use it to connect between them to get this product.

      wadhah

      posted in SketchUp Discussions sketchup
      W
      wadhahmm
    • RE: Convert sketchup files to ruby

      Hi every body
      I hope you are fine.
      Can you show me any example for converting sketchup to ruby coiding,
      wadhah

      posted in Developers' Forum
      W
      wadhahmm
    • RE: Convert sketchup files to ruby

      hi
      if i use sketchup 7 for example,and I use the tools from menu and draw cube can i convert this drawing to ruby code (program)

      many thanks

      posted in Developers' Forum
      W
      wadhahmm
    • RE: Convert sketchup files to ruby

      hi,I used the below progrem to get cube ,can I get program from this cube.I mean invers work
      .please tell me if it possible.
      many thanks
      point1 = Geom::Point3d.new (0,0,0)
      point2 = Geom::Point3d.new (0,0,100)
      depth = 100
      width = 100
      model = Sketchup.active_model
      entities = model.active_entities
      pts = []
      pts[0] = [0, 0, 0]
      pts[1] = [width, 0, 0]
      pts[2] = [width, depth, 0]
      pts[3] = [0, depth, 0]

      Add the face to the entities in the model

      face = entities.add_face pts
      line = entities.add_line point1, point2
      begin
      status = face.followme line
      rescue
      UI.messagebox $!.message
      end

      posted in Developers' Forum
      W
      wadhahmm
    • RE: Convert sketchup files to ruby

      For examples:
      Something like sketchup can save as or convert to dxf (.skp to .dwf), so I want the same where sketchup save as or convert to ruby (.skp to .rb). Thanks!

      posted in Developers' Forum
      W
      wadhahmm
    • RE: Convert sketchup files to ruby

      how about any automatic tools such as 'save as' directly sketchup to ruby?

      posted in Developers' Forum
      W
      wadhahmm
    • Convert sketchup files to ruby

      Does anyone know how can I convert from any sketchup files to ruby coding? For example I got a cube drawing from sketchup, then I need the cube drawing transfer into ruby coding. OR can this happened? Thanks!

      posted in Developers' Forum
      W
      wadhahmm
    • RE: PLEASE READ - Simple Good Manners Needed!

      hi my friend
      how are you
      I hope you are fine,can help me in ruby sketchup,if it is possible,

      many thanks

      wadhah

      posted in SketchUp Discussions
      W
      wadhahmm
    • Ruby Help

      hi
      I hope you are fine
      I would like ask you if I can change the shspe to program ,for example if I have box from sketch up tool in 3D ,Can I get the program which draw that box?

      Many thanks
      wadhah

      posted in Developers' Forum
      W
      wadhahmm
    • RE: SU8 - WISHLIST

      Dear sir
      Good evening
      Iam your friend wadhah I am living in cardiff I am student in cardiff university.I have started to study euby sketchup can you help me because I faced some problems in my study.

      best regards

      wadhah

      posted in SketchUp Feature Requests
      W
      wadhahmm