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
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
@tig said:
pt=p.offset(vec, step)
Some help about the second argument \in API there is only one - vector\
Thanks
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