sketchucation logo sketchucation
    • Login
    🤑 SketchPlus 1.3 | 44 Tools for $15 until June 20th Buy Now

    REQ: Federal Standard Colors 595 all versions

    Scheduled Pinned Locked Moved SketchUp Components, Materials & Styles
    sketchup
    4 Posts 3 Posters 7.7k Views 3 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • deaneauD Offline
      deaneau
      last edited by

      Hi at@all

      i search the FED STD 595 as RGB Table (not hex value).

      Dean

      MADE, BORN AND LIVING IN BERLIN
      Big Thank You to all Programmers
      Some German words are so long that they have a perspective. M.Twain

      1 Reply Last reply Reply Quote 0
      • Dave RD Offline
        Dave R
        last edited by

        How about this: http://www.spmodelismo.com.br/material/tintas/fs595b.pdf

        Etaoin Shrdlu

        %

        (THERE'S NO PLACE LIKE)

        G28 X0.0 Y0.0 Z0.0

        M30

        %

        1 Reply Last reply Reply Quote 0
        • TIGT Offline
          TIG Moderator
          last edited by

          Here's an extract from that PDF in CSV format - opens in Excel, or read into a Ruby in an empty SKP to make materials...

          There are 5 columns - read the PDF for help...
          Col.A is 'Luster' - e.g. 1
          Col.B is the FS595b 'color reference' - e.g. 32
          Col.C,D,E are the R,G,B values - e.g. 55,39,38

          To make the materials use

          lines=IO.readlines(csvpath)
          

          The full path to the CSV file... then, skipping line 0 with the headers...

          mats=Sketchup.active_model.materials
          lines[1..-1].each{|line|
            line.chomp! ### strip \n
            l,n,r,g,b = line.split(',')
            ### we include 'l'
            m=mats.add('FS595b_'+l+'_'+n)
            m.color=Sketchup;;Color.new(r.to_i,g.to_i,b.to_i)
          }
          
          

          The 547 new materials are named "FS595b_1_32" etc...
          Save them all as a Collection of SKM files to use in any SKP...

          I have also attached a ZIP containing the 547 SKM files - but you might like to change the naming convention, and rerun the above steps etc...


          fs595b.csv


          FS595b.zip

          TIG

          1 Reply Last reply Reply Quote 0
          • deaneauD Offline
            deaneau
            last edited by

            Hi TIG thank you, however this is an older version. the actually version is 595C

            Link Preview Image
            Page not found

            favicon

            (www.gsa.gov)

            P.S. i have seen your answer to day

            MADE, BORN AND LIVING IN BERLIN
            Big Thank You to all Programmers
            Some German words are so long that they have a perspective. M.Twain

            1 Reply Last reply Reply Quote 0
            • 1 / 1
            • First post
              Last post
            Buy SketchPlus
            Buy SUbD
            Buy WrapR
            Buy eBook
            Buy Modelur
            Buy Vertex Tools
            Buy SketchCuisine
            Buy FormFonts

            Advertisement