pcDefineParamPolygon
pcDefineParamPolygon(d_polygonId S_param g_margin t_snap l_namelist) =>d_paramShapeId
Description
Defines a polygon that has its vertices determined by a parameter of the cell. When you place the Pcell, you enter a coordinate string that is used as the vertices of the parameterized polygon. You can use this function more than once in a cellview.
Arguments
Value Returned
|
Group ID used to record details of the parameterized polygons. |
Examples
pcDefineParamPolygon( polygon 'coords '(-margin) "orthogonal" list( 'margin ) )
Defines d_polygonId as a parameterized polygon that takes its vertices from the value of the parameter coords, shrunk by the value of the g_margin parameter. It tells the editor to use orthogonal snap when entering vertices for the polygon and declares margin as a parameter of the cell.
Return to top