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