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!
Check out Febhouse | New extensions for Shadow Analysis in SketchUp Download
Z
Offline
Posts
-
RE: How to receive the size of a line Sketchup rubi
-
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
-
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, pt4How to receive the size of a line Sketchup rubi ?
