Posts made by sahi
-
RE: Log Cabin
if it is interestin (skript): http://stroyka.cc/viewtopic.php?f=4&t=3Topic: http://www.sketchucation.com/forums/scf/viewtopic.php?f=180&t=11561
-
RE: [Plugin] Scaling to_cm (UPDATED 15/02/2016)
@fletch said:
I would replace the "on all of axes" line with a checkbox called 'lock aspect ratio' as shown in attached. or just change the name to 'uniform scale'.
-
RE: House made of logs
How to dispose texture on the cent of plane?
That do I do not so ?
Here code:pts = [[0, 1, -1], [0, 1, 1]] M.texture = "C;\\ ......" base = entities.add_face (circle) base.position_material M, pts, true
If next to a center that:
If far from a center that:
-
RE: [Plugin] Scaling to_cm (UPDATED 15/02/2016)
@didier bur said:
> def mashtabirovanie_create > Sketchup.active_model.start_operation "Resize" > ss=Sketchup.active_model.selection > ... > ... > Sketchup.active_model.select_tool(nil) > Sketchup.active_model.commit_operation > end
Thank you! Corrected a code.
Added an icon.
mashtab_3.zip -
RE: [Plugin] Scaling to_cm (UPDATED 15/02/2016)
@didier bur said:
Hi,
Dialog is ambiguous: "on all of axes" is not a target size but adds entered size to actual size. The final size would be better IMHO ?
Why choosing the bounds center as the center of transformation ?
I suggest not to use "to_cm" or "to_m" in the code, but to use only Length type variables. Thus you will suit everyone's unit, no matter what it is."on all of axes" ---How to name???
corrected all of other as you specified
-
[Plugin] Scaling to_cm (UPDATED 15/02/2016)
Changes in the size of the selection or groups or components
-
RE: House made of logs
@didier bur said:
Hi,
It' on my site since 10.15.07.
What's new ?Yes.
A bit perfected.
added texture
running-throughs of windows -
RE: House made of logs
I was not able to decide one problem, it is a location of texture on a center. Who does can will prompt?
position_material ?????
-
House made of logs
I want to present your attention here this script.
A script is drawn by a house made of logs. A translation can be remedied in the file of en_tekst.txt located in a folder Dom_brevenchatij/Languages
http://stroyka-r.ru/Stroim_dom_2.50.rar -
RE: How to add texture on a plane into a script?
how to place texture on a center?
position_material ????
-
RE: How to add texture on a plane into a script?
mat = Sketchup.active_model.materials.add "New Material Name" mat.texture = "c;\\path\\to\\texture\\image.png" base.material = mat
Thank you! Thank you! Thank you!
-
How to add texture on a plane into a script?
How to add texture on a plane into a script?
material = model.materials base = entities.add_face(pts) base.material = ????
-
How to add a face? (line,arc)
How to add a face? (line,arc)
metallokarkas.zip -
RE: [Plugin] 3d Shapes Tool (was: Pyramid Tool)
Corrected some errors
SketchyPhysics_1.zip