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

dbConvertPathToPolygon

dbConvertPathToPolygon( 
d_path 
) 
=> d_polygon / nil 

Description

Converts a path to a polygon with the same number of points as the path.

Arguments

d_path

The path to be converted.

Value Returned

d_polygon

The dbObject of the polygon if the conversion is successful.

nil

The path is not converted.

Examples

dbConvertPathToPolygon(pathId)

Related Topics

Shape Conversion Functions


Return to top
 ⠀
X