Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

dbConvertPathSegToPolygon

dbConvertPathSegToPolygon( 
d_pathSeg 
) 
=> d_polygon / nil 

Description

Converts a pathseg to a polygon based on the boundary list.

Arguments

d_pathSeg

The pathseg to be converted.

Value Returned

d_polygon

The dbObject of the polygon if the conversion is successful.

nil

The pathseg is not converted.

Examples

dbConvertPathSegToPolygon(pathSegId)

Related Topics

Shape Conversion Functions


Return to top
 ⠀
X