de_oversize()

Creates a new oversized or undersized shape from the selected closed shapes in the current representation. The shape will be oversized or undersized by the amount specified by de_set_oversize(). Returns TRUE if the operation is successful and FALSE if it fails.

See also: de_set_oversize(), de_scale(), de_set_scale().

Syntax:

de_oversize([copyFlag]);

where

copyFlag is optional where

  • 0 = Copy before oversize (default)
  • 1 = Oversize only

Example:
de_set_oversize(50,45);
de_oversize();  //Copy before Oversize
de_oversize(0); //Copy before Oversize
de_oversize(1); //Oversize
if ( !de_oversize() )
   return;

Where Used:

Schematic, Layout

 

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

Contents
Additional Resources