Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

leConvertMosaicToModgen

leConvertMosaicToModgen(
d_mosaicId | ld_mosaicId
) 
=> d_modgenId | ld_modgenId / nil

Description

Converts one or more selected mosaics into one or more modgens.

Arguments

d_mosaicId

Database ID of the mosaic to be converted.

ld_mosaicId

List of database IDs of the mosaic to be converted.

Value Returned

d_modgenId

Database ID of the mosaic created.

ld_modgenId

List of database IDs of the mosaics created.

nil

The conversion failed.

Examples

Select one or more mosaics on the canvas then run command:

leConvertMosaicToModgen(geGetSelSet())

The function returns the list of database IDs of all converted modgens. In case, no modgen is converted, the function returns nil.


Return to top
 ⠀
X