de_set_path_corner()

Sets the corner type used for paths and traces in the current window. Types can be square, mitered or curved. Returns: none.

Syntax:

de_set_path_corner(type);

where

type is the corner type where:

  • PREF_MITERED_PATH = mitered
  • PREF_SQUARE_PATH = square
  • PREF_CURVED_PATH = curved

Example:

de_set_path_corner(PREF_MITERED_PATH);

Where Used:

Layout

 

Privacy Statement  | Terms of Use  | Legal | Contact Us  | © Agilent 2000-2008 

Contents
Additional Resources