| Author |
Message |
Modat22
Guest
|
Posted:
Mon Nov 22, 2004 8:47 pm Post subject:
Is there a way to slice 3D objects into thin sections easily |
|
|
I'd like to make a mold form by printing sections of a 3D object and
using these as a template for cutting .125 cardboard. Then stack them
up to make the object. I know it will have a stacked appearance.
Is there a simple way to slice the objects in autocad 2005 into say
1/16 or 1/8th inch sections?
Thanks
|
|
| Back to top |
|
 |
longshot
Guest
|
Posted:
Mon Nov 22, 2004 9:41 pm Post subject:
Re: Is there a way to slice 3D objects into thin sections ea |
|
|
a multiple slice? I doubt that's possible, you will have to place points at
1/8 or 1/16, whatever you chose & slice each time manually. |
|
| Back to top |
|
 |
Pete
Guest
|
Posted:
Tue Nov 23, 2004 10:05 am Post subject:
Re: Is there a way to slice 3D objects into thin sections ea |
|
|
pdmode, enter 2
ucsicon, enter OR (for origin).
Draw a line that spans the object perpendicular to the slicing plane.
Use the "measure" command, select the line, and enter .125. You'll now
have points at 0.125" intervals along the line.
usc command, pick the first point. The usc icon should now be at the point
you selected. If not, zoom out a bit.
Slice command, select the object, enter either XY, YZ, ZX, whichever plane
applies, and when prompted to select a point on the plane, press enter to
accept the default <0,0,0>.
Repeat the last two steps (ucs & slice).
Can be automated with a lisp routine.
Pete
"Modat22" <modat22@yahoo.com> wrote in message
news:ta24q09ut8evvdr9iq69pnkvulitu0jhfr@4ax.com...
| Quote: | I'd like to make a mold form by printing sections of a 3D object and
using these as a template for cutting .125 cardboard. Then stack them
up to make the object. I know it will have a stacked appearance.
Is there a simple way to slice the objects in autocad 2005 into say
1/16 or 1/8th inch sections?
Thanks |
|
|
| Back to top |
|
 |
Pete
Guest
|
Posted:
Tue Nov 23, 2004 10:07 am Post subject:
Re: Is there a way to slice 3D objects into thin sections ea |
|
|
Forgot one step. To pick the points, set osnap mode to "node".
"Pete" <archer1157@verizon.net> wrote in message
news:iyzod.6604$8o.2220@trndny08...
| Quote: | pdmode, enter 2
ucsicon, enter OR (for origin).
Draw a line that spans the object perpendicular to the slicing plane.
Use the "measure" command, select the line, and enter .125. You'll now
have points at 0.125" intervals along the line.
usc command, pick the first point. The usc icon should now be at the
point you selected. If not, zoom out a bit.
Slice command, select the object, enter either XY, YZ, ZX, whichever plane
applies, and when prompted to select a point on the plane, press enter to
accept the default <0,0,0>.
Repeat the last two steps (ucs & slice).
Can be automated with a lisp routine.
Pete
"Modat22" <modat22@yahoo.com> wrote in message
news:ta24q09ut8evvdr9iq69pnkvulitu0jhfr@4ax.com...
I'd like to make a mold form by printing sections of a 3D object and
using these as a template for cutting .125 cardboard. Then stack them
up to make the object. I know it will have a stacked appearance.
Is there a simple way to slice the objects in autocad 2005 into say
1/16 or 1/8th inch sections?
Thanks
|
|
|
| Back to top |
|
 |
David Harper
Guest
|
Posted:
Tue Nov 23, 2004 10:43 am Post subject:
Re: Is there a way to slice 3D objects into thin sections ea |
|
|
Have you tried to use a series of 1/8" solids and doing an interfere and
creating the interference solids.
If you made an 1/8" solid and arrayed to make what would be equle to the
stacked cardboard this might get you the sections you are needing to print
to cut out of the card board.
"Modat22" <modat22@yahoo.com> wrote in message
news:ta24q09ut8evvdr9iq69pnkvulitu0jhfr@4ax.com...
| Quote: | I'd like to make a mold form by printing sections of a 3D object and
using these as a template for cutting .125 cardboard. Then stack them
up to make the object. I know it will have a stacked appearance.
Is there a simple way to slice the objects in autocad 2005 into say
1/16 or 1/8th inch sections?
Thanks |
|
|
| Back to top |
|
 |
Modat22
Guest
|
Posted:
Tue Nov 23, 2004 6:40 pm Post subject:
Re: Is there a way to slice 3D objects into thin sections ea |
|
|
On Tue, 23 Nov 2004 05:43:22 GMT, "David Harper"
<daves_turnings@sbcglobal.net> wrote:
| Quote: | Have you tried to use a series of 1/8" solids and doing an interfere and
creating the interference solids.
If you made an 1/8" solid and arrayed to make what would be equle to the
stacked cardboard this might get you the sections you are needing to print
to cut out of the card board.
"Modat22" <modat22@yahoo.com> wrote in message
news:ta24q09ut8evvdr9iq69pnkvulitu0jhfr@4ax.com...
I'd like to make a mold form by printing sections of a 3D object and
using these as a template for cutting .125 cardboard. Then stack them
up to make the object. I know it will have a stacked appearance.
Is there a simple way to slice the objects in autocad 2005 into say
1/16 or 1/8th inch sections?
Thanks
Hey thanks guys both ideas should work well. I've been a 2d drafter |
for 15 years never had much reason to do 3d except for personal
projects. |
|
| Back to top |
|
 |
|
|
|
|