🚨 Skimp | 25% Off until March 30 Buy Now

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
  • Cooperative Modeling

    30
    0 Szavazatok
    30 Hozzászólások
    2k 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
    808 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
    634 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
    354 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
    903 Megtekintések
    X
    thanks guys
  • Making groups of loose geometry

    6
    0 Szavazatok
    6 Hozzászólások
    464 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
    453 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
    376 Megtekintések
    M
    Rectangle tool, from Tools on surface, can do that.
  • Bug FFD?

    2
    0 Szavazatok
    2 Hozzászólások
    349 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
    692 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
    322 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
    469 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
    636 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
    658 Megtekintések
    T
    Are you wanting to write a ruby script to do this or to use a ruby script to do this?
  • Output - Selected Attributes of Dynamic Components to CSV

    8
    0 Szavazatok
    8 Hozzászólások
    1k Megtekintések
    J
    Thanks Scott, I just want to make sure.. I was asking if there were routines in the Ruby/Javascript files used by DC's that I could use in my scripts, or are they unavailable outside the DC world?
  • How to get an edgeless form

    7
    0 Szavazatok
    7 Hozzászólások
    770 Megtekintések
    M
    Hi Malaise! You can also the second button of the Soften toolbar...
  • Print Arrays, Hashes etc in a readable format?

    3
    0 Szavazatok
    3 Hozzászólások
    250 Megtekintések
    thomthomT
    Ok. I was just checking that there wasn't a built-in function that printed objects, like what you get in PHP with print_r.
  • Find out if user has Hidden Geometry on?

    5
    0 Szavazatok
    5 Hozzászólások
    423 Megtekintések
    thomthomT
    Yea... makes sense that some things have legacy names. ...but still don't understand why a Styles class exist which contains Style classes which only contains two properties... sigh will the API docs every be updated with complete descriptions..?

Advertisement