verticalOffset
placementGrids(
( verticalOffset g_offset )
) ;placementGrids
Sets the minimum offset from the origin for the horizontal placement grid.
Parameters
|
The vertical offset from the origin for the horizontal placement grid. The default value is |
Example
The horizontal placement grid must be offset by 1.4 from the origin.
placementGrids( ( verticalOffset 1.4 )
) ;placementGrids
Return to top