+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11
  1. #1
    Full Member Jabba's Avatar
    Using
    AutoCAD 2011
    Join Date
    Oct 2004
    Location
    United Kingdom
    Posts
    30

    Default bhatch visible and non-visible areas

    Registered forum members do not see this ad.

    This may be a very basic question which may or may not have a very basic answer!
    When using the bhatch command and picking points in a selected enclosed area, of which all of it is not visible within the screen area, I get a Boundary Definition Error of Valid Hatch Boundary not found - this is very annoying especially as I have narrow, long areas to hatch.
    Anybody help?

  2. #2
    Administrator CADTutor's Avatar
    Computer Details
    CADTutor's Computer Details
    Operating System:
    Windows 7 Home Premium 64bit
    Motherboard:
    Asus P7P55D-E PRO
    CPU:
    Intel Core i7-860
    RAM:
    4GB PC3-12800 C8 Corsair Dominator
    Graphics:
    NVIDIA Quadro FX 1800 768 MB
    Primary Storage:
    Intel X25-M SSD 160GB
    Secondary Storage:
    Samsung Spinpoint 320GB
    Monitor:
    BenQ FP241W 24" Wide
    Discipline
    Education
    CADTutor's Discipline Details
    Occupation
    Senior Lecturer (Digital Design), Landscape Architect & Web Designer
    Discipline
    Education
    Using
    AutoCAD 2014
    Join Date
    Aug 2002
    Location
    Hampshire, UK
    Posts
    3,606

    Default

    Yes - unfortunately, the Boundary and Bhatch commands both find contiguous areas by analyzing the screen image rather than AutoCAD objects. That being the case, they only work successfully if the entire area you want to hatch is visible on the screen.
    Tip: Please do not PM or email me with CAD questions - use the forums, you'll get an answer sooner.
    AutoCAD Tutorials | How to add images to your posts | How to register successfully | Forum FAQ

  3. #3
    Full Member Jabba's Avatar
    Using
    AutoCAD 2011
    Join Date
    Oct 2004
    Location
    United Kingdom
    Posts
    30

    Default hatching

    ..does this mean that there is no easy solution to this problem?

  4. #4
    Super Moderator fuccaro's Avatar
    Using
    AutoCAD 2006
    Join Date
    Nov 2002
    Location
    Romania, Marosvasarhely
    Posts
    3,540

    Default

    Well, if you can not solve a problem try to walk around.
    Zoom in close enough and draw a line with an end inside of the area. Make the line "long enough" to work confortable -zoom out if needed.
    Zoom out to see all the area to be hatched on the screen. Start the BHATCH command and select PICK POINT. With the correct OSNAP settings you will need to point the line (and maybe press TAB several times) to indicate the desired point.

    Other solution:
    Zoom in and enter at the command prompt:
    Code:
    (setq a (getpoint))
    Zoom out and start the BHATCH command. Select PICK POINT and while AutoCAD expects a point enter at the command prompt
    Code:
    !a
    If the boundary you wish to hatch contains just a few elements (plines, lines) you may try to hatch with the SELECT OBJECTS method and pick those boundary elements one by one OR with a window selection.
    It's nice to be nice, but sometimes is nicer to be evil!.
    Tip: Please do not PM or email me with CAD questions - use the forums, you'll get an answer sooner.

  5. #5
    Full Member Jabba's Avatar
    Using
    AutoCAD 2011
    Join Date
    Oct 2004
    Location
    United Kingdom
    Posts
    30

    Default Hatching

    Hi fuccaro
    Im using AutoCAD 2002 LT and the (setq a (getpoint)) code you suggested will not enter at the Command line.
    Dont quite understand your first solution , can you expand and clarify?

  6. #6
    Super Moderator fuccaro's Avatar
    Using
    AutoCAD 2006
    Join Date
    Nov 2002
    Location
    Romania, Marosvasarhely
    Posts
    3,540

    Default

    The (setq...) is an AutoLisp expression but AutoCAD ...LT will not recognise it.
    If it is difficult to pick a point inside of an area, draw a line having an end point inside. When AutoCAD expects a point from you, just answer: "the point you ned is the end of this segment". If the line is long you can select it confortable. Set osnap to endpoint and when you move the cursor over the line the end point will be selected. If it is the other end, press TAB. When the right end point is selected, click.
    It's nice to be nice, but sometimes is nicer to be evil!.
    Tip: Please do not PM or email me with CAD questions - use the forums, you'll get an answer sooner.

  7. #7
    Full Member Jabba's Avatar
    Using
    AutoCAD 2011
    Join Date
    Oct 2004
    Location
    United Kingdom
    Posts
    30

    Default

    Hi fuccaro, thanks for the info to date, but - how do I enter "the point you need is the end of this segment" when the command requires a point inside the hatch area? - I have't come across this method of entering info before...

  8. #8
    Senior Member Kate M's Avatar
    Discipline
    Structural
    Using
    Revit Structure 2013
    Join Date
    Sep 2003
    Location
    Washington, DC
    Posts
    477

    Default

    Jabba,

    I usually zoom out, so I can see the whole area to be hatched, then start the command -- then zoom in close enough to use the "pick point" method. It seems that as long as the whole area is on the screen when you *start* the hatch command, you can zoom wherever you need to *during* the command.

  9. #9
    AndrewJ
    Guest

    Default

    As a last resort for hatching an awkward area you may consider drawing a temporary pline around the area you want to hatch and hatch by "select object"...

  10. #10
    Full Member Jabba's Avatar
    Using
    AutoCAD 2011
    Join Date
    Oct 2004
    Location
    United Kingdom
    Posts
    30

    Default Hatching

    Registered forum members do not see this ad.

    Thanks for all your useful replies - Im sure I shall be successful using one of the methods suggested!

Bookmarks

Posting Permissions

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