AutoCAD Specific Commands Used While Working in HyDraw

AutoCAD Specific Commands Used While Working in HyDraw

1. Adding New Attributes and Changing Orientation in Block Editor
  1. To add new attributes inside Block Editor, use the ATTDEF (Attribute Definition) command.
  1. To change attribute orientation, use the Rotate command (RO) or modify attribute properties via the Properties panel.
  2. If attributes appear mirrored inside blocks, ensure that the MIRRTEXT system variable is set to 0 to prevent mirroring of attributes.


2. Updating Attributes with ATTSYNC Command
  • If attributes revert to an old style after using ATTSYNC, it may be due to the block definition.

  • To ensure correct updates:

    1. Edit the block in Block Editor and modify attributes as needed.

    2. Use the ATTSYNC command and select the block to update attributes.

    3. Save and reinsert the block if necessary.


3. Changing the Order of Block Attributes
  • Use the BATTMAN (Block Attribute Manager) command:

    1. Type BATTMAN and press Enter.

    2. Select the attributes from the list.

    3. Use the Move Up or Move Down buttons to change the order of attributes.

    4. Click OK to apply changes.


4. Saving Drawing Settings as Default
  • Instead of setting options for every new drawing, create a template:

    1. Open an existing drawing and configure the settings as needed.

    2. Save the file as a DWT (Drawing Template) file.

    3. Use this template directly when creating new drawings.


5. Managing Line Properties, Text Height, and Orientation in Blocks
  • If block properties (line thickness, text height, orientation) change upon insertion:

    • Check the annotation scale settings.

    • Use MATCHPROP (Match Properties) to standardize line and text properties.

    • Adjust text height in Properties panel to ensure consistency.