sketchucation logo sketchucation
    • Login
    1. Home
    2. shneidor
    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!
    🛣️ Road Profile Builder | Generate roads, curbs and pavements easily Download
    S
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 5
    • Groups 1

    shneidor

    @shneidor

    10
    Reputation
    1
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    shneidor Unfollow Follow
    registered-users

    Latest posts made by shneidor

    • RE: REQ: Handrail plugin.

      Mine (free) http://www.modelfunction.com/ plugin can do this task.

      posted in Plugins
      S
      shneidor
    • RE: Using default sketchup materials with Ruby API

      This code works for me:

      model = Sketchup.active_model
      materials=model.materials

      Adds a material as an in model material

      m = materials.add "Test Color"
      begin

      Returns nil if not successful, path if successful

      path=Sketchup.find_support_file "1.jpg","\Plugins\"
      # m.texture = "1.jpg"
      m.texture = path
      m.texture.size = 666
      rescue
      UI.messagebox $!.message
      end

      posted in Developers' Forum
      S
      shneidor
    • RE: Dynamic component and curved path

      I have done it with my new ModelFunction 2.0 that plan to be released very soon. The new version keeps the design in a component quite similare to the SU dynamic component and includes some other improves.
      Attached file and video capture
      [flash=540,360:tqny54kg]http://www.youtube.com/v/oi_NNOGIZVk[/flash:tqny54kg].


      chairs.skp

      posted in Dynamic Components
      S
      shneidor
    • RE: Model Function

      1.2 is available now via http://modelfunction.com
      Major improvements are:

      • New language 'lang.xml' file enables changes menus and commands text and language.
      • When the designer saves the template, a jpg thumbnail created by plugin and saved in the same directory where the template file is saved.
      • New "aiming" function that assists the designer to change axis of a component to axis of 'node'.
      posted in Plugins
      S
      shneidor
    • RE: Model Function

      Thanks for your interest, the ModelFunction plugin is just published and there is still lot of work to do.
      Beta 1.1 is now available here http://www.modelfunction.com/ and offers some improvements and working examples.

      posted in Plugins
      S
      shneidor