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

dbConvertRectToPolygon

dbConvertRectToPolygon(
d_rect
)
=> d_polygon / nil

Description

Converts a rectangle into a polygon.

Arguments

d_rect

The rectangle object that needs to be converted to a polygon object.

Value Returned

d_polygon

The converted polygon object.

nil

The rectangle to polygon object conversion failed.

Examples

dbConvertRectToPolygon(d_rect)

Related Topics

Shape Conversion Functions


Return to top
 ⠀
X