Results 1 to 2 of 2

Thread: Ignore hatch objects

  1. #1
    Wish List Administration
    Join Date
    2011-08
    Posts
    4,581

    Default Re: Ignore hatch objects

    Summary: Put this option in the status bar

    Description: Options]Drawing]ignore hatch objects. It would be nice to have this option in the status bar, or in references options

    Product and Feature: AutoCAD - Hatch

    Submitted By: ddrpep on 06/25/2020


  2. #2
    Certifiable AUGI Addict
    Join Date
    2001-03
    Location
    Tallahassee, FL USA
    Posts
    3,658

    Default Re: Ignore hatch objects

    It can be added to the Ribbon or a Shortcut Menu by adding the command:
    Name: OsnapHatch
    Description: Snap to Hatch Objects
    Macro: ^P'setvar;osoptions;$M=$(if,$(and,1,$(getvar,osoptions)),$(-,$(getvar,osoptions),1),$(+,$(getvar,osoptions),1)) ^P
    Image: RCDATA_16_BHATCH

    After adding to the Ribbon or a Shortcut Menu add the Display Name:
    $(if,$(and,1,$(getvar,osoptions)),,!.)OsnapHatch

    The button will be highlighted when toggled to snap to Hatches but not when toggled off.

    There's way to many system variable and other options to add controls for all of them to the Status Bar, but you can add toggles and controls for most of them to the user interface if you like.

Posting Permissions

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