de_add_construction_line()

Adds a construction line using user-defined units. The angle of a construction line is defined by any two distinct points. Construction lines have no bounding box and extend out to infinity. Returns: none.

Syntax:

de_add_construction_line(x1, y1, x2, y2);

where

x1, y1 is the first point that defines the line.

x2, y2 is the second point that defines the line.

Example:

The example creates two construction lines that intersect at 0,0.

de_add_construction_line(0, 0, 100, 0);
de_add_construction_line(0, 0, 0, 100);

Where Used:

Schematic, Layout

 

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

Contents
Additional Resources