sketchucation logo sketchucation
    • Login
    1. Home
    2. ghandi
    ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info
    G
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 10
    • Groups 1

    ghandi

    @ghandi

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

    ghandi Unfollow Follow
    registered-users

    Latest posts made by ghandi

    • RE: Named-Color not available

      Yes I'm sry I found that list after I posted.

      I found the color within Sketchup.

      Thought it is built-in because I don't remember adding it myself.

      Thank you.

      posted in SketchUp Bug Reporting
      G
      ghandi
    • Named-Color not available

      Hey Forum,

      I found an issue (maybe a bug) regarding the named-Color "GrassGreen"

      following doesn't work:

      myMaterial.color = "GrassGreen"
      

      Ruby-Console says:

      Error; #<ArgumentError; Cannot find color named GrassGreen>
      

      Other colors just work fine.

      Is it a bug?

      What would be an alternative to assign this color?

      posted in SketchUp Bug Reporting sketchup
      G
      ghandi
    • RE: Sketchup kind of 'stuck' after scripts

      Solved. Thank you very much.

      posted in Developers' Forum
      G
      ghandi
    • RE: Sketchup kind of 'stuck' after scripts

      That's it.

      So I just activate the "Select-Tool" with

      Sketchup.active_model.select_tool(nil)

      Is that what I want?

      Or is there an other way to close the Tool?

      Thank you

      posted in Developers' Forum
      G
      ghandi
    • RE: Sketchup kind of 'stuck' after scripts

      So I figured the problem arises from the originalfillet.rb (attached)

      For my modified version I mainly removed following lines
      89-91
      101-103
      110-126
      166-167

      so these lines can't be responsible for the problem.

      The remaining code looks normal to me.

      I tried to locate the problem by putting returns here and there but no


      original from http://video.suplugins.com/download/fillet.rb

      posted in Developers' Forum
      G
      ghandi
    • RE: Sketchup kind of 'stuck' after scripts

      will do.

      posted in Developers' Forum
      G
      ghandi
    • RE: Sketchup kind of 'stuck' after scripts

      Do you have any hints?

      I tried
      model.active_view.refresh
      or
      selection.clear

      but none helped.

      If you want me to post all that code I'll do.
      Mainly that are modified versions of Fillet.rb, Pipe_along_Path.rb.

      posted in Developers' Forum
      G
      ghandi
    • Sketchup kind of 'stuck' after scripts

      Hey Forum,

      I am experiencing issues after invoking scripts.
      Sketchup seems kind of 'stuck' after scripts are executed.
      That means I can't click or select any Object.

      I need to press spacebar once, then everything seems fine again.

      What am I missing? Any Ideas?

      Thank you.

      posted in Developers' Forum
      G
      ghandi
    • RE: Ruby How to Select All Connected

      Thank you very much. It works,
      but i'ts not exacty what I need.

      So I should have changed the question a bit.

      I need to select (all) connected edges to an accurve (created between to edges with Fillet.rb)

      Additionally the selection should not go to further edges or anything, only the two edges and the arccurve.
      So all_connected() wont work.

      (All this is for automatically handing them (the path) over to PipeAlongPath.rb)

      posted in Developers' Forum
      G
      ghandi
    • Ruby How to Select All Connected

      Hello Forum,

      There is a right-click option called "select all connected".
      is it also possible with ruby?

      Thank you

      posted in Developers' Forum
      G
      ghandi