create_polygon_shape
create_polygon_shape -lpps_lpp-points {f_x1f_y1f_x2f_y2… f_xn f_yn[f_x1f_y1]}
Description
Creates a polygon shape on the given layer purpose at the given coordinates.
Arguments
|
Specifies the boundary points for the polygon. The polygon will be closed even if you do not include the starting point (f_x1 f_y1) at the end of the list. |
||
Examples
The following command creates the polygon shape shown in the following figure on the Metal1:wire:pin purpose.
create_polygon_shape -points {0 1 10 1 10 7 4 7 4 3 0 3 0 1} -lpp Metal1:wire:pin
The following equivalent command does not include the starting point at the end of the list.
create_polygon_shape -points {0 1 10 1 10 7 4 7 4 3 0 3} -lpp Metal1:wire:pin

Related Topics
Return to top