dbCreateSimpleMosaic
dbCreateSimpleMosaic(d_cellViewd_masterCellViewt_namel_pointt_orientx_rowsx_colsn_rowSpacingn_colSpacing) =>d_mosaic/ nil
Description
Creates a simple mosaic in the cellview from the master d_masterCellView.
Arguments
|
If specified, the instance is named t_name; if |
|
|
Origin of the lower left instance in the array. For more information, see Database Access Function Argument Types. |
|
|
Spacing between the origins of the mosaic elements in y-direction. |
|
|
Spacing between the origins of the mosaic elements in x-direction. |
Value Returned
Examples
dbCreateSimpleMosaic(cv masterTile "myMos" 0:0 "R0" 5 7 3 2)
Related Topics
Mosaic Creation and Retrieval Functions
Return to top