It is currently Thu Sep 02, 2010 10:03 pm

Registration
Login Help

Advertise Here

[Plugin] SliceModeler v1.3 released!

FAQMembersRegisterLogin

[Plugin] SliceModeler v1.3 released!

Postby asteronimo on Sat Dec 27, 2008 10:10 am

Based on TIG's Slicer script I wrote a plugin that slices a solid 3d model along 2 axes, f.i. an X- and a Z-axis.
You can enter separate parameters for each axis. After the slices have been created it calculates the slots for each intersection which allow the cross sections to interlock in an open cell framework, like an egg crate. This process is used in rapid prototyping and can be used to create molds for casting or forming parts.

These are sometimes called slicemodels or sliceforms.
There is a nice book about this subject, "Surfaces: Explorations with Sliceforms" by John Sharp.

The script can slice complex forms like a cone, a torus or a 'C' correctly.

Tested with SU 6 on Mac OSX.

Version history:
1.0 - First working version based on TIG's Slicer script but without transforming the slots to flattened slices.
1.1 - Solved bug in slot position calculation
1.2 - Using additional slices (3 for each intersection) to calculate slot holes. Improved parameter dialog and transforming slots to flattened slices.
1.3 - Discovered that text labels add size to to bounding box dimensions. Corrected text labeling. Corrected contour cutting. Slices now keep their attributed thickness. Improved code for slicing in Z-direction and spreading the flattened slices.

IF YOU FIND THIS SCRIPT AT ALL USEFUL I'D WELCOME YOUR DONATION AT:
http://www.public-art-international.com/catalog/product_info.php/products_id/200/language/en
(newer version can be found there)

- asteronimo
You do not have the required permissions to view the files attached to this post.
asteronimo
 
Posts: 12
Joined: Fri Dec 19, 2008 11:09 pm
Location: Berkel en Rodenrijs, The Netherlands
Operating system: mac osx
SketchUp version: 7

Re: [Plugin] SliceModeler v1.0

Postby Ross Macintosh on Sat Dec 27, 2008 2:32 pm

Very interesting plugin asteronimo. I'm interested in your (and anyone elses) thoughts about what uses it might have.

I've had fun playing with it and have found it works well. I just posted an image here in the Gallery that features the use of your plugin. I hope you like it!

Thanks!
Regards, Ross
User avatar
Ross Macintosh
 
Posts: 952
Joined: Tue Nov 13, 2007 2:34 am
Location: Prince Edward Island, Canada - "The Gentle Island"
Name: Bossy Rossy
Operating system: WindowsXP/Vista
SketchUp version: 7 Pro

Re: [Plugin] SliceModeler v1.0

Postby asteronimo on Sat Dec 27, 2008 2:55 pm

Ross,

Most of the thanks should go to TIG for his excellent Slicer script that I used.

I use SliceModeler for rapid prototyping of 3d models made from 3mm MDF or plexiglas.
I cut the slices with a lasercutter and glue or interlock them, that's why I need the slots in the slices.

But there are still a few errors to solve (which I am sure there are) and functions to be written, so I could really use some help from greater minds than myself.

- asteronimo
asteronimo
 
Posts: 12
Joined: Fri Dec 19, 2008 11:09 pm
Location: Berkel en Rodenrijs, The Netherlands
Operating system: mac osx
SketchUp version: 7

Re: [Plugin] SliceModeler v1.1

Postby MALAISE on Sat Dec 27, 2008 4:16 pm

Interesting idea, you've have done a lot writing this plugin. Let's test it :thumb:

MALAISE :)
La Connaissance n'a de valeur que partagée
User avatar
MALAISE
 
Posts: 593
Joined: Sun Apr 20, 2008 1:23 pm
Location: Cergy Pontoise FRANCE
Name: Pierre
Operating system: Windows XP 3
SketchUp version: Sketch Up V7

Re: [Plugin] SliceModeler v1.1

Postby bianhai on Sat Dec 27, 2008 5:03 pm

THAKS! :thumb:
You do not have the required permissions to view the files attached to this post.
User avatar
bianhai
 
Posts: 191
Joined: Fri Nov 30, 2007 3:05 pm
Location: Shanghai China
Name: Brian
Operating system: windows Xp Professional SP2
SketchUp version: 6.4112

Re: [Plugin] SliceModeler v1.2

Postby jumpjack on Tue Dec 30, 2008 6:19 pm

that's exactly the plugin I was trying to write! But I don't know anything about Ruby, I just started studying it this morning, so you can imagine results...

I was only able to get a section-plan moving across a model; I wanted to "extract" resulting section, and spread them around the model, but don't know where to start from; so I decided to just save a sequence of screenshots of the view at each step of section-plan moving, but I encountered another problem: can't figure out how to save the current view to image file!

Any idea about how to improve my script or yours to get this result? (a separate image per each slice)
jumpjack
 
Posts: 10
Joined: Tue Dec 30, 2008 4:19 pm
Operating system: windows
SketchUp version: 6

Re: [Plugin] SliceModeler v1.2

Postby boilingsnow on Wed Dec 31, 2008 4:09 pm

How can I adjust the thickness of the slices? It seems not to work...
boilingsnow
 
Posts: 19
Joined: Sun Jul 20, 2008 9:32 pm

Re: [Plugin] SliceModeler v1.2

Postby TIG on Wed Dec 31, 2008 5:57 pm

The original script "Slicer.rb" (by me) [ viewtopic.php?f=180&t=10413&p=68825&hilit=slicer.rb#p68820 ] simply slices the selected group/compo as desired - spacing, thickness etc are all adjustable...
What this version is trying to do is make sets of slices in two axes and then add slots into them so that 3mm foam-board cut-outs can be printed and made and then slotted together...

.
TIG
User avatar
TIG
Global Moderator
 
Posts: 4478
Joined: Mon Nov 12, 2007 7:24 pm
Location: Northumbria UK
Operating system: Vista
SketchUp version: Latest Pro 7.1

Re: [Plugin] SliceModeler v1.2

Postby asteronimo on Sat Jan 03, 2009 9:03 am

in this version the slices have no thickness. I thought there was no need for it
because my goal was to get the flattened slices with the slots. I export the flattened
slices as a DXF file and use that file in a program for my laser cutter to cut 3mm sheet
material like MDF or plexiglas.

The next version will have adjustable thickness for the slices and solve some bugs as well.
asteronimo
 
Posts: 12
Joined: Fri Dec 19, 2008 11:09 pm
Location: Berkel en Rodenrijs, The Netherlands
Operating system: mac osx
SketchUp version: 7

Re: [Plugin] SliceModeler v1.2

Postby jumpjack on Sat Jan 03, 2009 10:13 am

asteronimo wrote:I export the flattened
slices as a DXF file and use that file in a program for my laser cutter to cut 3mm sheet
material like MDF or plexiglas.

How do you export them? One by one? Is it possible to place them side by side?
jumpjack
 
Posts: 10
Joined: Tue Dec 30, 2008 4:19 pm
Operating system: windows
SketchUp version: 6

Re: [Plugin] SliceModeler v1.2

Postby asteronimo on Sat Jan 03, 2009 12:51 pm

jumpjack,

From the menu: File -> Export -> 3D model -> type: Autocad 14 DXF
But maybe this menu option is only available in the SU Pro version?

The flattened slices ARE placed side by side.
asteronimo
 
Posts: 12
Joined: Fri Dec 19, 2008 11:09 pm
Location: Berkel en Rodenrijs, The Netherlands
Operating system: mac osx
SketchUp version: 7

Re: [Plugin] SliceModeler v1.2

Postby jumpjack on Sat Jan 03, 2009 2:35 pm

asteronimo wrote:jumpjack,

From the menu: File -> Export -> 3D model -> type: Autocad 14 DXF
But maybe this menu option is only available in the SU Pro version?

The flattened slices ARE placed side by side.

yes, DXF export is only available in pro version.

But I can't see side-by-side slices! Do they appear only in exported model? I can only see a sliced model, but slices are still together.
Exporting to raster format would be the same for me...
jumpjack
 
Posts: 10
Joined: Tue Dec 30, 2008 4:19 pm
Operating system: windows
SketchUp version: 6

Re: [Plugin] SliceModeler v1.3 released!

Postby asteronimo on Sat Jan 03, 2009 5:04 pm

jumpjack,

Please check my first post in this thread.
I uploaded SliceModeler v1.3.
Hopefully that version works for you.
asteronimo
 
Posts: 12
Joined: Fri Dec 19, 2008 11:09 pm
Location: Berkel en Rodenrijs, The Netherlands
Operating system: mac osx
SketchUp version: 7

Re: [Plugin] SliceModeler v1.3 released!

Postby jumpjack on Sat Jan 03, 2009 8:47 pm

asteronimo wrote:jumpjack,

Please check my first post in this thread.
I uploaded SliceModeler v1.3.
Hopefully that version works for you.


Thanks, I tested it.
Apart for a little bug due to missing default value for slices axis, it works fine, but I can just see all slice "piled up", so I must move thm by hand to place them on the same plan, which is quite uncomfortable.

I mean, from drawing 1 I get drawing 2, but I'd need drawing 3. Is this possible? It's very tricky to place various slices on the same plan by hand...
Image
jumpjack
 
Posts: 10
Joined: Tue Dec 30, 2008 4:19 pm
Operating system: windows
SketchUp version: 6

Re: [Plugin] SliceModeler v1.3 released!

Postby asteronimo on Sat Jan 03, 2009 8:53 pm

Can you send me the drawing you are using?
And are you sure you are using the right version?
Because there should be default values and the flattened slices should spread out nicely.
See the picture on the url in the first post of this thread.

What SU version do you use, and wat is your OS?
I tested in SU 6 Pro on Mac OSX.
asteronimo
 
Posts: 12
Joined: Fri Dec 19, 2008 11:09 pm
Location: Berkel en Rodenrijs, The Netherlands
Operating system: mac osx
SketchUp version: 7

SketchUcation One-Liner Adverts

by Ad Machine on 5 minutes ago

Get 15% off Lounge-Book using promo Code - SCFLoungeBook
Ad Machine
Robot
 
Posts: 2010

Next

 

Advertise Here

Who is online

Users browsing this forum: Google Adsense Bot, Google Bot, sonechko and 3 guests