| Author |
Message |
Steve
Guest
|
Posted:
Sat Oct 01, 2005 12:10 am Post subject:
Hatch Pattern? |
|
|
Hi All,
I was working on a project and was wondering if anyone has seen a hatch
pattern (or AutoLisp script) that would fill an area with puzzle shapes
(that interlock properly)?
Drawing it manually is a bit of a pain...
Ideally, they would be seperate entities that could then be moved around
etc. Right now I'm trying to trace over a bitmap, making each piece a
polyline so that the piece could be moved.
TIA
Steve
|
|
| Back to top |
|
 |
Paul Turvill
Guest
|
Posted:
Sat Oct 01, 2005 12:10 am Post subject:
Re: Hatch Pattern? |
|
|
What you describe would be pretty much impossible to do with a hatch
pattern. However, you might be able to save some time by using some sort of
criss-cross pattern that emulates the layout of a jigsaw puzzle; then you
could use something like the BOUNDARY command to capture the outlines of the
individual pieces, which would be independently movable.
___
"Steve" <steve@morleys.org> wrote in message
news:Xns96E18F89D1B78stevemorleysorg@199.175.106.247...
| Quote: |
I was working on a project and was wondering if anyone has seen a hatch
pattern (or AutoLisp script) that would fill an area with puzzle shapes
(that interlock properly)?
Drawing it manually is a bit of a pain...
Ideally, they would be seperate entities that could then be moved around
etc. Right now I'm trying to trace over a bitmap, making each piece a
polyline so that the piece could be moved.
TIA
Steve |
|
|
| Back to top |
|
 |
zenboom
Guest
|
Posted:
Sat Oct 01, 2005 4:02 am Post subject:
Re: Hatch Pattern? |
|
|
"Steve" <steve@morleys.org> wrote in message
news:Xns96E18F89D1B78stevemorleysorg@199.175.106.247...
| Quote: | Hi All,
I was working on a project and was wondering if anyone has seen a hatch
pattern (or AutoLisp script) that would fill an area with puzzle shapes
(that interlock properly)?
Drawing it manually is a bit of a pain...
Ideally, they would be seperate entities that could then be moved around
etc. Right now I'm trying to trace over a bitmap, making each piece a
polyline so that the piece could be moved.
i guess you need blocks for this. |
|
|
| Back to top |
|
 |
Robert
Guest
|
Posted:
Sun Oct 02, 2005 8:10 pm Post subject:
Re: Hatch Pattern? |
|
|
Hiya there i do have a drawing of puzzles pieces you can copy and reduce the
parts as needed let me know if needed.
Regards
R
"Steve" <steve@morleys.org> wrote in message
news:Xns96E18F89D1B78stevemorleysorg@199.175.106.247...
| Quote: | Hi All,
I was working on a project and was wondering if anyone has seen a hatch
pattern (or AutoLisp script) that would fill an area with puzzle shapes
(that interlock properly)?
Drawing it manually is a bit of a pain...
Ideally, they would be seperate entities that could then be moved around
etc. Right now I'm trying to trace over a bitmap, making each piece a
polyline so that the piece could be moved.
TIA
Steve |
|
|
| Back to top |
|
 |
Paul Turvill
Guest
|
Posted:
Mon Oct 03, 2005 4:10 pm Post subject:
Re: Hatch Pattern? |
|
|
Not really. See my previous post about using polylines and the BOUNDARY
command. I've tried it and it works.
___
"zenboom" <?signal.ds?@?bluebottle.com?> wrote in message
news:dhr0fv$46k$3@ctb-nnrp2.saix.net...
| Quote: |
i guess you need blocks for this. |
|
|
| Back to top |
|
 |
Steve
Guest
|
Posted:
Fri Oct 14, 2005 12:10 am Post subject:
Re: Hatch Pattern? |
|
|
Hi All,
"Robert" <nospam@tictic.com> wrote in
news:i4V%e.7118$rA4.119536@wagner.videotron.net:
| Quote: | Hiya there i do have a drawing of puzzles pieces you can copy and
reduce the parts as needed let me know if needed.
|
Robert sent me his file and it helped me out greatly. If I get time to
play around with some scripts later, I'll see about automating it, but just
having the component drawing he sent me has cut down my time quite a bit.
Thanks again folks.
Steve |
|
| Back to top |
|
 |
Steve
Guest
|
Posted:
Fri Oct 14, 2005 12:10 am Post subject:
Re: Hatch Pattern? |
|
|
Hi All,
"Robert" <nospam@tictic.com> wrote in
news:i4V%e.7118$rA4.119536@wagner.videotron.net:
| Quote: | Hiya there i do have a drawing of puzzles pieces you can copy and
reduce the parts as needed let me know if needed.
|
Robert sent me his file and it helped me out greatly. If I get time to
play around with some scripts later, I'll see about automating it, but just
having the component drawing he sent me has cut down my time quite a bit.
Thanks again folks.
Steve |
|
| Back to top |
|
 |
|
|
|
|