sketchucation logo sketchucation
    • Login
    1. Home
    2. chucky
    3. Posts
    🛣️ Road Profile Builder | Generate roads, curbs and pavements easily Download
    C
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 12
    • Groups 1

    Posts

    Recent Best Controversial
    • RE: HELP!!! lost ruby functions

      Guys, thanks for the responses & sorry to get back so late on this subject.

      TIG: Checked out the contextmenuoptimizer & read thru' the threads; came to the conclusion that I am also a bit of a plugin junkie. So I did some housecleaning & basically did a reinstallation with a meaner & leaner plugin folder.

      MAC1: Following your advice & keeping a backup of all my important plugs.

      PROBLEM SOLVED!

      Thanks again guys.

      posted in Newbie Forum
      C
      chucky
    • HELP!!! lost ruby functions

      Hi all; think I just made a serious boo-boo.
      I downloaded & installed Cadfather's 'SCF Standard Toolbar a couple of nights ago. But ever since then I cannot activate(it's there,but dimmed) some plugins, most important of all; Sandbox & Greyscale.
      I am sure it might be the early version of some of the common files such as 'progressbar' & 'parametric' (see jpg) that may have overwritten the newer ones & ceased these plugins.
      I have even tried 'repairing' and reinstalling SU(7.1), but still get the same result.

      Does anyone know what to do other than deleting my whole Plugins folder & reinstalling all my plugins because I might not have all of the original zip/install files?

      Thanks


      scf std.jpg

      posted in Newbie Forum sketchup
      C
      chucky
    • RE: Loading a ruby

      Gaieus,

      It's from 'Dynamic Area Calculations' started by Dennis N; http://forums.sketchucation.com/viewtopic.php?f=79&t=31021.
      And as Jeff said, it's not a ruby as I thought. Have you(or anyone else) developed this further?

      posted in Newbie Forum
      C
      chucky
    • RE: Missing a rb file

      @Gaieus: Saw Jeff's response. Feel like a total idiot.

      @ TIG: It was in a post of 'dynamic areas', but as Jeff pointed out, it's not a ruby.

      Sorry 'bout all the confusion.
      Thanks for the replies guys

      posted in Newbie Forum
      C
      chucky
    • Loading a ruby

      Hi all,

      I copied & pasted this ruby of TIG into a text editor & renamed it areatext.rb, but got a 'syntax error' when copied into Plugins folder & started SU. Did I do it the right way?

      @unknownuser said:

      @tig said:

      I have a proto-script
      [list]
      #-----------------------------------------------------------------------
      Copyright 2010 TIG
      Permission to use, copy, modify, and distribute this software for
      any purpose and without fee is hereby granted, provided something the
      above copyright notice appear in all copies.
      THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
      IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
      WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
      #-----------------------------------------------------------------------
      Name:
      AreaText.rb

      Description:
      Adds a submenu to the Plugins menu containing:

      'Add Area Text'
      This lets you add a piece of Text to a Face by Picking it, the text
      has a short leader and is placed at the picked point.
      The Text is associated with the Face and moves with it, relative to
      the Face's bounding-box minimum.
      If the Area Text is relocated manually it will 'remember' its new
      location relative to its Face's bounding-box minimum.
      The area in the Text is formatted in 'sqm' for metric Models and in
      'sqft' otherwise. The 'sqm' value is to rounded to 2 dp [1.23], and
      the 'sqft' value is rounded to 1 dp [13.2].
      By default the Area is named "Area 1:" - with the numerical part
      incrementing, so for example it might be "Area 5: 12.34 sqm"
      The tool lets you place pieces of Area Text until you press <Esc> or
      choose another Tool.
      If a Face already has a piece of Area Text associated with it you are
      warned and nothing is done.
      Later on, if desired you can edit a piece of Area Text as if it were
      plain-text - e.g. to give it an associated room name, but if the
      associated Face tis changed then the Area Text will automatically
      change its text to suit its new area: if you edit the area be sure to
      leave a semi-colon [:] in the text as this separates the numerical
      area from the Face's 'tag'; do not change the numerical part or its
      units suffix: so the correctly formatted 'Office: 12.34 sqm' updates
      to 'Office: 12.98 sqm', and even the 'Office 12.34 sqm' will update to
      'Office: 12.98 sqm' [because in the absence of a ':' the last space
      between the numerical part and the 'tag' will be used as an
      alternative delimiter], BUT 'Office-12.34 sqm' will update to
      ': 12.98 sqm' with NO tag name. You can use ':' inside the face tag
      because only the last one is used for the delimiter, BUT this is best
      avoided.
      The displayed numerical area is always up to date - changing if the
      associated Face [or it's parent] is altered in any way.
      Chaging the Models units from Metric will update all areas in 'sqft'.
      If a Face is erased and it had a piece if Area Text associated with
      it then that Area Text is also erased.
      Area Text referring to a Face within a Group etc that has been Scaled
      will report the area as displayed - i.e. not the original unscaled
      face's area.

      'Add Area Text to Selected'
      This is similar to 'Add Area Text' but you first Select some Faces
      [other types of Entities in the Selection are ignored], then run this
      Tool and pieces if Area Text will be added to any eligible Faces
      [i.e. those that do not already have Area Text associated with them].
      The Area Text is added to the center of each Face's bounding-box and
      moves with the Face.
      The Area Text is otherwise exactly as that made with 'Add Area Text'

      'Area Text to CSV'
      All Area Texts in the Model are audited to ensure they
      are currently up to date.
      It then makes a report of them in CSV format, listing them as:
      Layer,AreaTag,Area,Perimeter.
      Reporting the 'Layer' helps divide the text up so putting your
      Area Text onto Layers named 'Level 0', 'Level 1', Roof etc helps you
      use the report more easily.
      The reported units are sqm/m for metric Models or
      sqft/ft otherwise.
      Commas [,] in reported Area Text 'tags' are changed into
      colons [;] to avoid formatting errors.
      If the Model name is XXXX the report is written into
      XXXX-AreaTextReport.csv.
      The CSV report is made in the Model's folder.
      If that report is already open [=error] you are told.
      A CSV file is readable by Excel and similar programs.
      It can be linked into a XLS file that has 'formatting'
      so then if the CSV updates the pre-formatted XLS file
      will change to suit.

      Version:
      1.0 201001xx First Issue.

      http://forums.sketchucation.com/viewtopic.php?f=323&t=25040

      posted in Newbie Forum sketchup
      C
      chucky
    • RE: Missing a rb file

      Hi Gaieus,
      Thanx for the reply. I'm running Win 7. I found 'examples.rb' but none of the others(box, xline, etc). But I had forgotten I also had SU 8 loaded, so I just copied all of the files from that one & it worked! I think I might have a windows problem in that when the error window comes on; it's only for that few seconds & doesn't allow you to click 'ok', then dissapears and SU is thus hung.
      I just tried TIG's 'areatext.rb', which gave me a syntax error message, & once again I can't click 'ok'(but long enough to do screen cap - attached).

      Thanks again.


      error message.jpg

      posted in Newbie Forum
      C
      chucky
    • Missing a rb file

      Hi all,
      I have a prob. SU, when starting up, pushes a message that it cannot load 'exampleScripts.rb' only for about 2 seconds. Tried to click OK but doesn't allow me to continue & SU basically hung. Has anyone had this before. I've traced it to a rb possibly needed by 'Selection toys', because TT_lib was part of the Error Message. Once i installed it, it dissappered but this examplescripts message remained.Where can I find this file. Searched forum, but no luck
      Please help.

      Thanks

      posted in Newbie Forum sketchup
      C
      chucky
    • RE: 2 sections at the same time?

      Thanks Stoneman, only checked my posts now, but this is exactly what I needed.
      Strange that this request hasn't come up yet.

      Thanks again.

      posted in Newbie Forum
      C
      chucky
    • 2 sections at the same time?

      Hi, is it possible to activate 2 section, say 1 on x & the other on y or z, at the simultaneously?
      Thanks

      posted in Newbie Forum sketchup
      C
      chucky
    • RE: Please help!! Follow me prob.

      Thanks Jean,

      Still touch & go, but seems to be working now. I had to experiment with placing the profile on different points along the path to get a perfect 'followme'.

      Thanks to all,

      posted in Newbie Forum
      C
      chucky
    • RE: Please help!! Follow me prob.

      Hi TIG,
      Thanks for the response. Not quite sure what you mean when you say 'different relationship'. I've tried putting the profile inside & outside the path, but I'm still getting the same results. ( changed the profile a bit to suit final gutter design).

      File attached.

      Thanks


      follow me.skp

      posted in Newbie Forum
      C
      chucky
    • Please help!! Follow me prob.

      Hi all,

      Has anyone had this before; when iI do a 'follow me', all the edges of the profile are not drawn. See attached.

      Thanks for a great forum.


      follow me.jpg

      posted in Newbie Forum sketchup
      C
      chucky
    • 1 / 1