See the top rated post in this thread. Click here

Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: "IF you want to hatch an area whose boundary is not quite closed"

  1. #1
    Member
    Join Date
    2007-12
    Posts
    8
    Login to Give a bone
    2

    Thumbs up "IF you want to hatch an area whose boundary is not quite closed"

    If you want to hatch an area whose boundary is not quite closed, you can set the HPGAPTOL system variable to bridge gaps and treat the boundary as closed. HPGAPTOL applies only to gaps between lines and arcs that, if extended, would meet.

  2. #2
    Login to Give a bone
    0

    Default Re: "IF you want to hatch an area whose boundary is not quite closed"

    Great. This will be very useful. Thanx for the tip.
    Cheers

  3. #3
    Active Member Anthony Miguel's Avatar
    Join Date
    2005-10
    Location
    Pontault-Combault FRANCE
    Posts
    59
    Login to Give a bone
    0

    Default Re: "IF you want to hatch an area whose boundary is not quite closed"

    You can change this variable directly in the Hatch dialog box

  4. #4
    Certifiable AUGI Addict robert.1.hall72202's Avatar
    Join Date
    2004-07
    Location
    Detroit Michigan
    Posts
    2,508
    Login to Give a bone
    0

    Default Re: "IF you want to hatch an area whose boundary is not quite closed"

    and if you need it closed.............

    I remember seeing a lisp routine somewhere that will draw a circle
    around each spot that isn't closed. Anyone have something?

  5. #5
    AUGI Addict madcadder's Avatar
    Join Date
    2000-11
    Location
    Too far from the beach
    Posts
    1,054
    Login to Give a bone
    0

    Default Re: "IF you want to hatch an area whose boundary is not quite closed"

    Quote Originally Posted by Robert.Hall View Post
    and if you need it closed.............

    I remember seeing a lisp routine somewhere that will draw a circle
    around each spot that isn't closed. Anyone have something?
    I've got a couple stashed away somewhere if you really want me to find them.
    one started out as a routine called "Chain".
    You touch a line or PL and the routine goes around the "object making sure that all the lines end where the next begins. It changes the color of the line as it goes forward successfully and changes it back when complete. If it finds a gap it ends right there, leaving the line color wrong.

  6. #6
    Certified AUGI Addict jaberwok's Avatar
    Join Date
    2000-12
    Location
    0,0,0 The Origin
    Posts
    8,570
    Login to Give a bone
    0

    Default Re: "IF you want to hatch an area whose boundary is not quite closed"

    Quote Originally Posted by madcadder View Post
    I've got a couple stashed away somewhere if you really want me to find them.
    one started out as a routine called "Chain".
    You touch a line or PL and the routine goes around the "object making sure that all the lines end where the next begins. It changes the color of the line as it goes forward successfully and changes it back when complete. If it finds a gap it ends right there, leaving the line color wrong.
    I use PEdit/Join to achieve the same thing. Just change the colour of the first segment before you start.

  7. #7
    AUGI Addict madcadder's Avatar
    Join Date
    2000-11
    Location
    Too far from the beach
    Posts
    1,054
    Login to Give a bone
    0

    Default Re: "IF you want to hatch an area whose boundary is not quite closed"

    Quote Originally Posted by jaberwok View Post
    I use PEdit/Join to achieve the same thing. Just change the colour of the first segment before you start.
    More or less... The only real difference is it changes back to BYLAYER if enclosed and takes less steps to accomplish the same task.

    And we won't even go into me still using PLJOIN.lsp from the 00-02 ETs

  8. #8
    All AUGI, all the time SRBalliet's Avatar
    Join Date
    2004-06
    Location
    Near Christiansburg, VA Looking for a closer job!
    Posts
    500
    Login to Give a bone
    0

    Default Re: "IF you want to hatch an area whose boundary is not quite closed"

    Quote Originally Posted by Robert.Hall View Post
    and if you need it closed.............

    I remember seeing a lisp routine somewhere that will draw a circle
    around each spot that isn't closed. Anyone have something?
    I sometimes just offset the pline an appropriate distance. This exaggerates the corners and the open corner will be obvious.

    Don't force a closure in the Properties Box, it can create a crossing pline, which can cause other problems with other commands.

  9. #9
    Certifiable AUGI Addict robert.1.hall72202's Avatar
    Join Date
    2004-07
    Location
    Detroit Michigan
    Posts
    2,508
    Login to Give a bone
    0

    Default Re: "IF you want to hatch an area whose boundary is not quite closed"

    Quote Originally Posted by SRBalliet View Post
    I sometimes just offset the pline an appropriate distance. This exaggerates the corners and the open corner will be obvious.

    Don't force a closure in the Properties Box, it can create a crossing pline, which can cause other problems with other commands.
    I have also used the offset command as you describe. Unfortunately, not all of my
    geometry will offset. Some data I receive does nothing with the offset command.

  10. #10
    Member
    Join Date
    2004-12
    Posts
    3
    Login to Give a bone
    0

    Default Re: "IF you want to hatch an area whose boundary is not quite closed"

    Quote Originally Posted by Robert.Hall View Post
    and if you need it closed.............

    I remember seeing a lisp routine somewhere that will draw a circle
    around each spot that isn't closed. Anyone have something?
    Look for gap.lsp at http://www.spaug.org/LISP_Index99.Html

    Martin

Page 1 of 2 12 LastLast

Similar Threads

  1. Stretch hatch boundary to "0"
    By cadpoobah in forum Dynamic Blocks - Technical
    Replies: 4
    Last Post: 2012-01-23, 09:21 PM
  2. Replies: 10
    Last Post: 2010-03-11, 12:49 PM
  3. How to check if an "boundary" is closed
    By stefan_ohrn in forum AutoLISP
    Replies: 10
    Last Post: 2008-08-31, 01:24 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •