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

    Posts

    Recent Best Controversial
    • RE: [Plugin] Rename by Layer v1.0.3

      @renderiza said:

      @nanolin said:

      Hello . anyone can share me the latest version please , thank

      Hi,

      Here is an RBZ of Rename by Layer
      After installing please restart SketchUp.

      [attachment=0:1hc7teg6]<!-- ia0 -->i3d_renamer.rbz<!-- ia0 -->[/attachment:1hc7teg6]

      This is a very old plugin so I modified the code a bit, but it still needs a mayor update.

      Thanks , you saved my life

      posted in Plugins
      nanolinN
      nanolin
    • RE: [Plugin] Rename by Layer v1.0.3

      Hello . anyone can share me the latest version please , thank

      posted in Plugins
      nanolinN
      nanolin
    • RE: I need some help

      Thanks to all for the recommendations , I could not find the way to send a private message to him , but he responded me by youtube

      posted in Plugins
      nanolinN
      nanolin
    • RE: I need some help

      I Was trying to find him but i couldn't

      posted in Plugins
      nanolinN
      nanolin
    • I need some help

      I would like to modify some options, but i dont know ,thanks

      Link Preview Image
      K2WS_Tools | SketchUcation

      3D SketchUp Community for Design and Engineering Professionals.

      favicon

      (sketchucation.com)

      posted in Plugins
      nanolinN
      nanolin
    • Help K2WS_Tools

      I need some help to make an adaption for this , i would like join a componnet by minifix

      http://albuerne.com/img/262_28_928_.jpg

      posted in Plugins
      nanolinN
      nanolin
    • RE: [Plugin] SPGears

      As used for a reduction? . as those used in printers Prussian
      Thank you

      posted in Plugins
      nanolinN
      nanolin
    • RE: [Plugin] ComponentReporter++ v1.2

      @tig said:

      This original http://sketchucation.com/forums/viewtopic.php?p=373590#p373590
      does some DC attribute data things...
      This is a NEWER version...
      (c) TIG 2013
      Script:
      TIG-exportDCs2csv[2].rb
      Type into the Ruby Console:
      TIG.exportDCs2csv2
      OR use
      Plugins menu > TIG.exportDCs2csv2
      It Exports all Selected DCs' data into a file, as:
      Name,LenX,LenY,LenZ,Material,Layer
      It uses 'mm' for the XYZ units.
      It is a 'CSV' [COMMA separated variable] file - made in the model's folder and named after the model thus:
      ModelName.skp >> ModelNameDCs.csv
      If a new model is unsaved the current directory receives this new file.
      Edit sep="," if something other than separating comma is desired.
      Make sep="\t" if a 'TSV' [TAB separated variable] file is desired and change ext="csv" to ext="tsv".
      ...

      TIG

      ud can have the report grouped plugin components, adding the name of the group in a new column?
      thanks post your feedback

      posted in Plugins
      nanolinN
      nanolin
    • RE: [Plugin] Layers Panel 1.2.1

      Hello
      You can sort the list by alphabetical order of layers? . It can be added as an option?
      thanks

      posted in Plugins
      nanolinN
      nanolin
    • RE: [Plugin] ComponentReporter++ v1.2

      @tig said:

      This original http://sketchucation.com/forums/viewtopic.php?p=373590#p373590
      does some DC attribute data things...
      This is a NEWER version...
      (c) TIG 2013
      Script:
      TIG-exportDCs2csv[2].rb
      Type into the Ruby Console:
      TIG.exportDCs2csv2
      OR use
      Plugins menu > TIG.exportDCs2csv2
      It Exports all Selected DCs' data into a file, as:
      Name,LenX,LenY,LenZ,Material,Layer
      It uses 'mm' for the XYZ units.
      It is a 'CSV' [COMMA separated variable] file - made in the model's folder and named after the model thus:
      ModelName.skp >> ModelNameDCs.csv
      If a new model is unsaved the current directory receives this new file.
      Edit sep="," if something other than separating comma is desired.
      Make sep="\t" if a 'TSV' [TAB separated variable] file is desired and change ext="csv" to ext="tsv".
      ...

      Tig

      thank you very much, works perfect.
      Just an observation. If doubled within skp component and modify its dimensions (eg. LenX) reports all copies with the same value

      Deputy model

      Thanks


      Sin título.skp

      posted in Plugins
      nanolinN
      nanolin
    • RE: [Plugin] ComponentReporter++ v1.2

      @tig said:

      The units are probably arriving in SketchUp base units == inches.
      So either multiply your columns in Excel by 25.4 to make mm OR when you a 'length' in inches do something like
      sprintf("%.1f", length.to_mm)
      so 1.0" >> 25.4 ?

      TIG

      Thanks for your help.
      the ComponentReporter + + plugins I reported in mm but axes x, y, z
      You could modify this plugin to me that report LenX leny, lenz,(dynamic attributes)+ material, definition, of what is selected?
      in one csv.

      Thanks again, my knowledge of programming are very beginner

      posted in Plugins
      nanolinN
      nanolin
    • RE: [Plugin] ComponentReporter++ v1.2

      @tig said:

      Do you have ',' set as your decimal-separator, instead of '.' ?
      This might cause issues ??

      TIG

      With separator "," error occurs.
      With separator "." export the file, but does not make mm

      As coidgo would have to call from the menu?

      It would be so?

      require 'sketchup.rb'

      UI.menu("PlugIns").add_item("Tig Export") {
      exportDCs2csv
      }

      Thanks

      posted in Plugins
      nanolinN
      nanolin
    • RE: [Plugin] ComponentReporter++ v1.2

      @tig said:

      Do you have ',' set as your decimal-separator, instead of '.' ?
      This might cause issues ??

      TIG

      I did 2 tests

      1. drawing from scratch, I think the componet, add option LenX leny, lenz, the report is generated normally.

      2. If this same component attributes modify a component value (eg 10 cm to 20 cm lenz), then display the error of failing to convert ...

      thanks

      pd. I have a component I created and I'm doubling, changing their values ​​to create furniture.
      This report would be a solution to export cuts grain orientation panel

      posted in Plugins
      nanolinN
      nanolin
    • RE: [Plugin] ComponentReporter++ v1.2

      @tig said:

      Here's a version that might do what you want or be adapted easily...[attachment=0:28vg1yda]<!-- ia0 -->TIG-exportDCs2csv.rb<!-- ia0 -->/attachment:28vg1yda TIG 2011
      Script:
      TIG-exportDCs2csv.rb
      Type:
      TIG.exportDCs2csv
      in the Ruby Console to run it.
      Exports all DCs is the model with a Name,LenX,LenY,LenZ,Layer[s]...
      'CSV' file - in the model's folder and named after the model thus:
      ModelName.skp >>> ModelNameDCs.csv
      If a new model is unsaved the current directory receives the new file.
      All Layers used in the DC are listed by name and visible ones marked
      thus >>LayerName<<
      Edit sep="," if something other than separating comma is desired e.g. ';'
      Make sep="\t" if a TSV file is desired and change ext="csv" to ext="tsv".
      It uses the current Model Units.
      Version:
      1.0 20111104 First issue.
      🤓

      TIG

      I was unable to generate the report. My model is in decimal> millimeters.
      The dynamic component is in cm. Can you tell me what the problem is.

      (This returns ruby console)

      TIG.exportDCs2csv
      Error: #<ArgumentError: C:/Program Files (x86)/SketchUp/SketchUp 2013/Plugins/TIG-exportDCs2csv.rb:48:in to_l': Cannot convert "23.425196850393703" to Length> C:/Program Files (x86)/SketchUp/SketchUp 2013/Plugins/TIG-exportDCs2csv.rb:48 C:/Program Files (x86)/SketchUp/SketchUp 2013/Plugins/TIG-exportDCs2csv.rb:48:in exportDCs2csv'
      C:/Program Files (x86)/SketchUp/SketchUp 2013/Plugins/TIG-exportDCs2csv.rb:45:in each' C:/Program Files (x86)/SketchUp/SketchUp 2013/Plugins/TIG-exportDCs2csv.rb:45:in exportDCs2csv'
      (eval):48

      thanks

      posted in Plugins
      nanolinN
      nanolin
    • RE: [Plugin] AddVertex+ v1.4 20131017

      Thank you,
      very useful for aligning components ... 👍

      posted in Plugins
      nanolinN
      nanolin
    • RE: [Plugin] K2WS_Tools a joint tool set for SU

      Hello.
      Anyone who uses this plugin could tell me how the board is at 45?
      (Spline Joint)

      Make a video for all functions would be best.

      thanks

      sorry my English is google translator

      posted in Plugins
      nanolinN
      nanolin
    • 1 / 1