dve_merge()

Collects layers into one layer without modifying the shapes. Results of a combine operation can be used for performing merges, boolean operations and sizing operations. It is important to note that no merge or boolean operations are performed in the process. Returns: a polygon layer.

Syntax

dve_merge ( inLayer1 [, inLayer2, . . ., inLayerN])

where:

inLayer1, InLayer2, inLayerN A polygon layer that is not the result of a dve_merge

Example

decl lyrCond = dve_import_layer ("cond");
decl lyrCond2 = dve_import_layer ("cond2");
decl lyrDiel = dve_import_layer ("diel");
decl lyrError101 = dve_export_layer ("error101");
decl lyrMerge = NULL;
lyrMerge = dve_merge (lyrCond, lyrCond2, lyrDiel);
lyrError101 += dve_drc (corner_edges (lyrMerge, 1.5, 90.5, 360.0),
                "Concave corner edges");
 

Privacy Statement  | Terms of Use  | Legal | Contact Us  | © Agilent 2000-2008 

Contents
Additional Resources