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

    bilianb

    @bilianb

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

    bilianb Unfollow Follow
    registered-users

    Latest posts made by bilianb

    • RE: [Plugin] KML Tools (2.0.0-beta) — updated 31.05.2013

      Hi
      Greetings from Bulgaria

      i receive error on line 840: @model.pages.eachp - no method eachp for Sketchup::Pages.
      It works with @model.pages.each

      Have a nice day

      posted in Plugins
      B
      bilianb
    • RE: [solved] taking points at intervals from a line

      @tig said:

      pt=p.offset(vec, step)

      Some help about the second argument \in API there is only one - vector\

      Thanks

      posted in Developers' Forum
      B
      bilianb
    • Creating a 3D wall from 2Dpoints(line),Width and Height

      Hi Everyone
      Greetings from Bilgaria
      Can you help me to make a ruby script, that will create a 3d wall from lines with specific Width and Height.
      these are the points

      366.26651026393
      333.719887067018
      0
      366.26651026393
      285.616120618378
      0
      462.266627565982
      189.639454957164
      0
      692.1357771261
      189.639454957164
      0
      788.313607038123
      285.793731097276
      0
      788.870674486803
      627.869695716532
      0
      716.678005865103
      627.869695716532
      0
      

      and here is the script that i use to draw lines

      0.upto(pts.length-2) {|i|
      line=entities.add_line pts[i],pts[i+1]}
      end
      

      lets say the Width of the wall is 8.inches
      and height is a 120.feets

      posted in Developers' Forum
      B
      bilianb