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

leConvertPolygonToPath

leConvertPolygonToPath(
d_polygonId 
) 
=> d_pathId / nil

Description

Converts the polygon d_polygonId to a path. If the conversion is successful, the polygon is replaced by a path with the same boundary as the polygon.

Arguments

d_polygonId

The database ID of the polygon to convert.

Value Returned

d_pathId

The object ID of the path if it is created.

nil

The path is not created.

Example

when( pathId = leConvertPolygnToPath(polyId)
  DoSomething(pathId)
  )

Return to top
 ⠀
X