Sketchucation Tools 5.0.7 | Licensing improvements and bug fixes Learn More

Alkategóriák

  • No decscription available

    20 Témakörök
    462 Hozzászólások
    HornOxxH
    @pilou said: More appetizing in chocolate! Eggs are good as well - but only very fragile when falling down in SketchyPhysics
  • Is there a plugin for "curving" a model?

    2
    0 Szavazatok
    2 Hozzászólások
    622 Megtekintések
    pilouP
    You can project images on volume, surfaces with Plug UV Tool by Whaat Spherical or Cylindrical You can curve a volume by FFD plugin by CPhillips but this volume must be divided before on the directions of the curvatures! (you can make the box of deformation with any "little cross x,y,z" you want) The divide of a volume can be made by Zorro2 a crazzy plug by Whaat who permit to draw a line in the space for "cut" the volume ; [image: attachment.php?attachmentid=45696&stc=1&d=1224438362] [image: vBVm_cyl.jpg] [image: E27q_curv.jpg]
  • Nested operations

    3
    0 Szavazatok
    3 Hozzászólások
    345 Megtekintések
    A
    Ok. thanks!
  • How do you calculate area of a face inside a scaled comp?

    14
    0 Szavazatok
    14 Hozzászólások
    1k Megtekintések
    daikuD
    @thomthom said: Hi Howie. The thing is though, it's for a script I'm making, so I would need to work this out in Ruby. Thanks though. Under ruby control, you could do a start_operation, explode the component, take your measurements, then commit_operation, then undo. CB.
  • Soap Skin Bubble: time limit is annoying

    3
    0 Szavazatok
    3 Hozzászólások
    1k Megtekintések
    K
    That is an option. It would be ok to have two versions. One free with a time limit as it is now, and one commercial without restrictions?
  • Cooperative Modeling

    30
    0 Szavazatok
    30 Hozzászólások
    3k Megtekintések
    L
    I will try to understand more about namesets works! It sounds very interesting! In the meantime, I really hope that someone out there like a game programmer can volunteer some of their time or ideas.
  • What is "entities"

    6
    0 Szavazatok
    6 Hozzászólások
    874 Megtekintések
    J
    Chris, just some more thoughts on entities.. entities, in your example, is a variable which points to Sketchup.active_model.active_entities. It is not a copy of Sketchup.active_model.active_entities, but think of it as a shortcut (aka pointer, or reference) to Sketchup.active_model.active_entities. If you want to copy the current Sketchup.active_model.active_entities, you can call .to_a also: ents_copy = Sketchup.active_model.active_entities.to_a Sketchup::Entities is single object, but it is a container of Sketchup::Entity objects. If you would like to know what is a Sketchup::Entity, you can see my API graph. The Ruby module Enumerable is mixed-in to Sketchup::Entities, which means Sketchup::Enities will respond to the mothods defined in Enumerable.
  • Lock inference

    7
    0 Szavazatok
    7 Hozzászólások
    710 Megtekintések
    A
    Thanks very much for your replies. I think, knowing that SU doesn't provide any inherent method for this kind of inference, that I can see how it might be done. I'll tinker around a bit; even if I never use it, it will be good to familiarize myself with this area of the Ruby API. Thanks again. BTW, I mentioned earlier that passing two points to lock_inference does nothing different for me than one point. Any thoughts on that, as to what two points should do?
  • Is there a Ruby like FollowMe?

    2
    0 Szavazatok
    2 Hozzászólások
    367 Megtekintések
    X
    use this http://www.sketchucation.com/forums/scf/viewtopic.php?f=180&t=6708&hilit=JointPushPull with the vector extrude option
  • Whaat's greatest hits

    5
    0 Szavazatok
    5 Hozzászólások
    931 Megtekintések
    X
    thanks guys
  • Making groups of loose geometry

    6
    0 Szavazatok
    6 Hozzászólások
    514 Megtekintések
    Chris FullmerC
    Ahh, the wiki! I had forgotten that the wiki was there. i was not looking in that. And thanks for the heads up on methods. I had seen someone else mention it earlier, so I use it once in a while. But I'm normally not great at just being able to see the available methods and choosing the one I need and figuring it out on my own. I generally need a bit of an example with syntax.....oh syntax. I'm getting there though, little by little. When this script is done, I'll post it and I'm pretty sure it will be a #1 seller Thanks Thom, Chris
  • Can we create parametric in new component by ruby script ?

    5
    0 Szavazatok
    5 Hozzászólások
    503 Megtekintések
    H
    Hi remus ! Due of query about component parameter has post in SCF , which had occured since I play in SU6, I make several component to compose/assembly for piping drawing, and I spent time to create various size of fitting , and though that may wasted time, due it why so I try to learn in deep for ruby script the reason that I attempt to spent lot of time into SU and pause my default CAD software(expensive cost of Autodesk ), I want to seek potential of SU to decision making for cost saving substitution I don't thing far as that, and there are several feature different between Pro & free version,however there are may advantage in Pro version if we need it really so I ever learned a little bit of business and know why google have SU in Pro and Free version. even I have the way to access its ability ,I don't sure that it will be enough reason that I shall purchase SU in Pro version
  • Rectangle from a center point

    3
    0 Szavazatok
    3 Hozzászólások
    400 Megtekintések
    M
    Rectangle tool, from Tools on surface, can do that.
  • Bug FFD?

    2
    0 Szavazatok
    2 Hozzászólások
    361 Megtekintések
    C
    Not sure what would cause that. I'll check it out as soon as I can.
  • Dimensions Added as Objects Are Drawn - Feedback Please

    43
    0 Szavazatok
    43 Hozzászólások
    6k Megtekintések
    X
    could one not communicate directly with the VCB, updating the dimension from there and visee versee?
  • Getting file paths in SU 7

    9
    0 Szavazatok
    9 Hozzászólások
    752 Megtekintések
    R
    @jim said: I know it barfs when the file is encrypted. We've asked Google to fix this, but no dice yet. Ditto on Ruby access to Dimension objects.
  • Vectorial Hatchs Script?

    10
    0 Szavazatok
    10 Hozzászólások
    1k Megtekintések
    R
    Al from from Render Plus has been working on something called NprTools, buts there's still has some development to do, and it has not been released yet. The sketchy materials would be great for hatches etc, and I do like the look of the sketchy shadows
  • PDFs for Subdivide & Smooth and Booltools?

    2
    0 Szavazatok
    2 Hozzászólások
    343 Megtekintések
    R
    not that i know of. there were some youtube vids for sds, though. Theyre linked on the smustard page if you need them.
  • [HowTo] update view to make animation

    6
    0 Szavazatok
    6 Hozzászólások
    530 Megtekintések
    T
    Sorry, if I'm going to debug this, I require a complete, small, failing example. I'm not going to try to reverse engineer your snippets.
  • Face.plane?

    8
    0 Szavazatok
    8 Hozzászólások
    685 Megtekintések
    thomthomT
    Thanks for the heads up people. Wish that API wiki truly was a wiki so that info could have been added there.
  • Triangulate faces

    7
    0 Szavazatok
    7 Hozzászólások
    791 Megtekintések
    T
    Are you wanting to write a ruby script to do this or to use a ruby script to do this?

Advertisement