dbSetPlacementGrid
dbSetPlacementGrid(
d_cellviewId
l_origin
f_pitchX
f_pitchY
)
=> t / nil
Description
Sets the placement grid information. The origin of the placement grid, and the X pitch and Y values are set for the specified cellview.
To unset the placement grid, call
dbSetPlacementGrid with either f_pitchX or f_pitchY or both set to zero.Arguments
Value Returned
Examples
Sets the placement grid information for the place area in the current cellview.
dbSetPlacementGrid(geGetEditCellView() 0:0 10.0 10.0)
Related Topics
Placement Database Access Functions
Return to top