ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info
  • Can we create parametric in new component by ruby script ?

    5
    0 Votes
    5 Posts
    324 Views
    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 Votes
    3 Posts
    318 Views
    M
    Rectangle tool, from Tools on surface, can do that.
  • Bug FFD?

    2
    0 Votes
    2 Posts
    314 Views
    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 Votes
    43 Posts
    5k Views
    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 Votes
    9 Posts
    476 Views
    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 Votes
    10 Posts
    849 Views
    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 Votes
    2 Posts
    281 Views
    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 Votes
    6 Posts
    327 Views
    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 Votes
    8 Posts
    455 Views
    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 Votes
    7 Posts
    539 Views
    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 Votes
    8 Posts
    863 Views
    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 Votes
    7 Posts
    561 Views
    M
    Hi Malaise! You can also the second button of the Soften toolbar...
  • Print Arrays, Hashes etc in a readable format?

    3
    0 Votes
    3 Posts
    202 Views
    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 Votes
    5 Posts
    326 Views
    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..?
  • Adding menus to the Layer and Material windows?

    7
    0 Votes
    7 Posts
    379 Views
    thomthomT
    @gaieus said: And it's now a sticky with a "hot" sign in the Wish List forum...
  • Make group from component?

    2
    0 Votes
    2 Posts
    234 Views
    J
    I haven't looked at this in a long time, and after looking at it again I'm not sure why I did it the way I did. m=Sketchup.active_model inss=m.active_entities.find_all{|e| e.typename=="ComponentInstance"} inss.each_with_index { |ins, ind| name = ins.definition.name g = m.entities.add_group ins.explode.find_all{|e| e.typename=="Face"} g.name = name #g.to_component }
  • TextTag14 by TIG

    3
    0 Votes
    3 Posts
    367 Views
    M
    This is the file attached. thanks, Mark TextTag14.rb
  • Installation of Ruby applications

    6
    0 Votes
    6 Posts
    317 Views
    T
    Hey Al. I was hoping I could post again before you saw my terse update. I was going to expand on my post to give you the info you are asking for now. Right now, I zip everything up into a single file. Doing this on Windows works fine for Macs. I haven't done the reverse, but I suspect it would work fine too. After reading the first hit on the link I posted, creating the .dmg seems pretty straight forward. However, I want to go a step further from that for now on, and actually create an installer app as part of the .dmg. I'm now researching what it would take to do this. I would be happy to share it with you when I am done (as long as you don't mind a "powered by Smustard.com" label at the bottom of the dialog... Todd
  • Dynamic Components vs Rubies

    3
    0 Votes
    3 Posts
    254 Views
    Chris FullmerC
    DC's just make parametric modeling available to non-ruby programmers. Anyone could make their own version if they wanted to.
  • Help from coders needed

    20
    0 Votes
    20 Posts
    1k Views
    pilouP
    @unknownuser said: Subdivision modeling Seems you are making a SUZ_brush

Advertisement