🛣️ Road Profile Builder | Generate roads, curbs and pavements easily Download
  • [Plugin] FredoTools::MarkVertices - 1.2a - 20 Jul 11

    16
    0 Votes
    16 Posts
    26k Views
    3
    @tig said: Does not 'match' what ?? Sorry for my English, Google translate does not translate always correctly! 2D lines is in 2D space, I need a full 3D space. All lines should be viewed from all angles! I try to show problems from stereometry in full 3D space, interactive. SketchUp is a great tool for working in 3D but for use in mathematics there is no option for point, line width, line styl and color. [image: sU6n_p4.gif]
  • What was that plug-in that creates multiple faces???

    10
    0 Votes
    10 Posts
    777 Views
    utilerU
    Yes it is tricky, TIG but I recall seeing a video of it in action and looked neat....
  • Push/Pull

    15
    0 Votes
    15 Posts
    842 Views
    B
    Just a little warning... Before you use the Stamp tool on your huge terrain you should select an area slightly larger than your bunker, and group it (temporarily). Then you stamp the bunker into that group and do your adjustments, and finally ungroup the area again. This will save you a lot of time, and also probably from memory/crashing problems.. Another option is to use the Drape tool, and/or Tools on Surface with Offset etc. Drape often causes lots of unwanted/unnecessary edges/ngons, which may be avoided by using the ToolsOnSurface tools.
  • User feedback: looking for alternative to screen notes

    3
    0 Votes
    3 Posts
    248 Views
    liquid98L
    Hi Chris, Thanx for your help ! Indeed, the problem arises when there is no geometry. The plugin I'm writing gives feedback on the scale-factor that an object is scaled with. When you press the scale-up button the object is scaled up with a factor. Then the scale-factor is presented to the user as a screen-note. The user can scale up as much as he wants to, and the screen-note will refresh accordingly. Then, when the 'scale-down at once button' is pressed, the object is scaled down to its original proportions and the screen-note gets deleted. But there arises a problem with a scaled up object and the corresponding screennote. In case the object is deleted ,so there is no geometry, the screen-note is still active. And I can find no way to correct this. Thnx, Liquid
  • Sculpting Plugin name

    2
    0 Votes
    2 Posts
    244 Views
    massimoM
    Artisan plugin.
  • [Plugin] Autoloader

    13
    0 Votes
    13 Posts
    12k Views
    A
    cool...i tried it thanks a lot..!!!
  • How do I edit an .rbs file?

    9
    0 Votes
    9 Posts
    6k Views
    brodieB
    Hey Didier, missed your post. My original thought was to combine the Create Materials from Layers function followed by the Apply Materials to Objects function as part of a Revit to SU workflow. It's less of a need than I originally thought though. I originally thought I'd need to do this each time I reimported the updated Revit model. But actually I only need the Apply Materials half of the equation after the first time since the materials already exist. If you think it would be of any value to others to combine the functions I'd love a copy. Otherwise, the separate functions actually work fine for what I'm doing now. -Brodie
  • [Plugin] Colors from Style

    6
    0 Votes
    6 Posts
    7k Views
    TIGT
    Access to layer colors is very limited [I wrote a way of getting them from a DXF export but it's pretty lame]... AdamB did come up with a 'possible' solution that never got finalized....
  • Is there a PlugIn for Random Face Selection?

    11
    0 Votes
    11 Posts
    1k Views
    TIGT
    If you want to copy these faces into a group - first select them and then use Edit>Copy, now make a new group [perhaps draw some temporary geometry and group that] and edit it [or open an existing group] then use Edit>PasteInPlace... [erase any temporary geometry you might have made inside a 'new' group]. If you want to move the selected faces into a group - first select them and then right-click context-menu > Group. They will be cut from their current context and reproduced inside a new group, note that any common edges that are needed to maintain non-selected faces will be duplicated inside the group rather than cut+moved...
  • [Plugin] Axis components (Updated 6/12/2010)

    27
    0 Votes
    27 Posts
    30k Views
    S
    Maybe I'm wrong with the SU oriented;
  • [Plugin] Facewarp

    6
    0 Votes
    6 Posts
    10k Views
    TIGT
    @builder boy said: @tig said: http://code.google.com/apis/sketchup/docs/ourdoc/edge.html#split ??? This will only split a line into 2 segments with controllable proportions, I am looking for something more like this: edge.divide(5) # for 5 equal-length segments It'd be easily enough to make a custom 'divide' method that works as you want - you know the edge's starting length and therefore the length of one divided part. So simply iterate through the edge the number of divisions-1 nibbling off the appropriate proportion as another edge until you are done. I don't recommend extending the Edge class but more like this... self.divide(edge,5) calling this def divide(edge=nil, num=nil) return nil if not edge or edge.class!=Sketchup;;Edge return nil if not num or not num.class==Fixnum or num<=1 len=edge.length bit=len/num.to_f num.times{ begin nedge=edge.split(bit/len) if nedge edge=nedge len=edge.length end#if rescue puts 'Divide Error' end } end Which splits the specified edge into the specified parts...
  • [Plugin] Colr Explorer

    22
    0 Votes
    22 Posts
    17k Views
    P
    @didier bur said: Hi, I can't read what's on your image, but this looks to me as this is an HTML error in the web dialog, not really a ruby error. I've published (long ago) a similar plugin to generate colors based on the Munsell system. It can be found here: http://rhin.crai.archi.fr/rld/plugin_details.php?id=258 Hope this helps, Hi Didier ,I really appreciate your help... Ive searched a Pugin who has an integration with Adobe Kuler color and Sketchup 8, but I havent had much luck, anyway thank you very much! Greetings!
  • Drawing a line for the camera?

    9
    0 Votes
    9 Posts
    2k Views
    S
    @bentleykfrog said: @sketchnl said: @sketchnl said: @bentleykfrog said: @mitcorb said: I am gonna hazard a guess that it is "Proper Animation"? Search this hope this helps..... -niall Thanks People, this is so useful No worries Jeremy. Here's the link to Revert Curve by Fredo6 Thanks bentleyfrog
  • Looking for password of suntools v2.3

    4
    0 Votes
    4 Posts
    619 Views
    Dave RD
    So did you try contacting the author directly at the e-mail address listed in the PDF help file?
  • Problem with faceted renders using Twilight and Artisan

    3
    0 Votes
    3 Posts
    387 Views
    W
    HOOLLLD EV'RYTHING!!! After nuch banging-of-head-on-desk... and experiments... I tried Frederik's suggestion. No dice. But did the same and made into a COMPONENT... all solved! ...for now. Though I'm still fuzzy as to why this should actually work. But. Don't question miracles (well, not DIGITAL ones, anyway). Busy now doing jolly fantastic things with it. I is now in heaven! I think by FAR the Artisan will turn out to be the best thing to happen to sketchup to date. Cheers all, Woz
  • [request] align view perpendicular to section

    3
    0 Votes
    3 Posts
    2k Views
    S
    oh, ta!
  • [Plugin] Treemaker

    5
    0 Votes
    5 Posts
    11k Views
    B
    @pichuneke said: Perhaps you could make clouds with this plugin... at least the typical ones from anime, or a comic. I can also see my plugin making lightning.
  • Zone object

    3
    0 Votes
    3 Posts
    357 Views
    A
    Thanks TIG but I'm struggling with Ruby. I've done basic, machine code (long time ago), Lisp & GDL (ArchiCAD). I did look at your volume script but I'm not sure how to add your snippet of code above.
  • The Fredo Collection Downloads (2011 Jan)

    8
    0 Votes
    8 Posts
    5k Views
    G
    @cgsipaul said: I downloaded LibFredo6 3.6b and Curviloft 1.1a. Using SketchUP 8 on a Mac OS 10. Loaded the plug-ins into the Library-Applications-SketchUp-Plug-Ins folder. Restarted computer and application, but I do not see any reference to the plug-in. What am I doing wrong? Extract it to a different folder then move it to the Sketch Up plugins folder. This worked for me.
  • Materials problem on Export

    12
    0 Votes
    12 Posts
    589 Views
    Alan FraserA
    Thanks TIG.

Advertisement