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

    Ahmed0007

    @Ahmed0007

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

    Ahmed0007 Unfollow Follow
    registered-users

    Latest posts made by Ahmed0007

    • RE: [Plugin] ClothWorks v1.8.0 - 28 Apr 2024

      @tig said:

      Clothworks uses the SCF licensing system.

      This has been updated with the SketchUcation Toolset v4.0.0 to suit the v2021 changes.

      To use licensed tools like this you will need to install the newest version of the SketchUcation Toolset and restart SketchUp.

      😉

      I have the latest version of ClothWorks and SketchUcationTools_v4.0.0 installed but ClothWorks still not appearing.

      posted in Plugins
      A
      Ahmed0007
    • RE: [Plugin] ClothWorks v1.8.0 - 28 Apr 2024

      not working in SketchUp 2021 😕

      posted in Plugins
      A
      Ahmed0007
    • RE: [Plugin] ComponentReporter++ v1.2

      @tig said:

      This is old code.
      It's for DCs only.
      It was posted as an example, for you to edit as you wish.
      To add a 'header' simply create the first line before the other rows.
      Then adjust the units to report in feet and change the code to report the instance count rather than material...
      So from line#40 change it to read like this:

          data=["Name#{sep}Width#{sep}Depth#{sep}Height#{sep}Quantity"]
      >     insts.each{|inst|
      >       defn=inst.definition
      >       name=defn.name.tr(sep, "_")
      >       lenx=defn.get_attribute("dynamic_attributes", "lenx", 0).to_f.to_feet.to_s
      >       leny=defn.get_attribute("dynamic_attributes", "leny", 0).to_f.to_feet.to_s
      >       lenz=defn.get_attribute("dynamic_attributes", "lenz", 0).to_f.to_feet.to_s
      >       quan=defn.instances.length.to_s
      >       dat = "#{name}#{sep}#{lenx}#{sep}#{leny}#{sep}#{lenz}#{sep}#{quan}"
      >       data << dat
      >     }
      > 
      

      Thanks a lot this worked perfectly fine.

      posted in Plugins
      A
      Ahmed0007
    • RE: [Plugin] ComponentReporter++ v1.2

      Hi, TIG Thanks for this plugin.
      can I get this (Please see attached image) information in one and a simple excel sheet?
      Thanks again.


      Capturdde.PNG

      posted in Plugins
      A
      Ahmed0007
    • RE: [Plugin] BezierSpline - v2.2a - 22 Apr 21

      @fredo6 said:

      Can you check if in your plugin directory, subfolder bezierspline, you have a file called LibTraductor.rb.

      If not, can you download beizerspline v2.1a.

      Also, you should delete any file LibTraductor.rb which would be in the main Plugin directory.

      Thanks Now it's working.

      posted in Plugins
      A
      Ahmed0007
    • RE: [Plugin] BezierSpline - v2.2a - 22 Apr 21

      @fredo6 said:

      @Ahmed0007

      Normally, when you convert to Segmentor, you should have a dialog box popping up (asking for number of segments).

      Could you open the Ruby console while you invoke the convert.

      Thanks

      Fredo

      Error: #<NameError: uninitialized constant BZ__Segmentor::Traductor>
      C:/Users/Ahmed/AppData/Roaming/SketchUp/SketchUp 2020/SketchUp/Plugins/bezierspline/BZ__Segmentor.rb:72:in bz_ask_extras' C:/Users/Ahmed/AppData/Roaming/SketchUp/SketchUp 2020/SketchUp/Plugins/bezierspline/bezierspline_main.rb:2058:in call'
      C:/Users/Ahmed/AppData/Roaming/SketchUp/SketchUp 2020/SketchUp/Plugins/bezierspline/bezierspline_main.rb:2058:in call_ask_extras' C:/Users/Ahmed/AppData/Roaming/SketchUp/SketchUp 2020/SketchUp/Plugins/bezierspline/bezierspline_main.rb:2109:in conversion_curve'
      C:/Users/Ahmed/AppData/Roaming/SketchUp/SketchUp 2020/SketchUp/Plugins/bezierspline/bezierspline_main.rb:2411:in `block (2 levels) in compute_contextual_menu'

      Thanks for Respond

      posted in Plugins
      A
      Ahmed0007
    • RE: [Plugin] BezierSpline - v2.2a - 22 Apr 21

      @box said:

      Do you have the most up to date Libfredo?

      yes.

      posted in Plugins
      A
      Ahmed0007
    • RE: [Plugin] BezierSpline - v2.2a - 22 Apr 21

      @dave r said:

      @ahmed0007 said:

      Polyline segmentor is not working in sketchup 2020?

      It worked for me just now in 2020.
      [attachment=1:37qeug7g]<!-- ia1 -->Screenshot - 2_2_2020 , 3_59_21 PM.png<!-- ia1 -->[/attachment:37qeug7g]

      Thanks for quick response.
      but not working for me 😞


      .Gif

      posted in Plugins
      A
      Ahmed0007
    • RE: [Plugin] BezierSpline - v2.2a - 22 Apr 21

      Polyline segmentor is not working in sketchup 2020?

      posted in Plugins
      A
      Ahmed0007
    • RE: [Plugin] Universal Importer - v1.2.6 - 30 July 2024

      @samuel_t said:

      @andsgf said:

      Вот такая ошибка

      I suppose polygon reduction fails because face count is low at start (387). I can't fix this problem. 😕

      it's working after running cleanup extension on it.

      posted in Plugins
      A
      Ahmed0007