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

leConvertShapeToPathSeg

leConvertShapeToPathSeg(
d_shapeId 
) 
=> l_newShapes / nil

Description

Converts a shape to an equivalent pathSeg. The function follows the routing direction defined for the corresponding layer in the technology file.

Arguments

d_shapeId

The database ID of the shape to convert.

Value Returned

l_newShapes

The list of shapes resulting from the function if the shape is converted to pathSegs.

nil

The shape is not converted to a pathSeg.

Example

Converts the shape shape2 to a pathSeg and returns a list of object IDs of the new shapes.

leConvertShapeToPathSeg(shape2)


Return to top
 ⠀
X