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

dbConvertLineToPath

dbConvertLineToPath( 
d_line 
x_width 
[ t_pathStyle ] 
) 
=> d_path / nil 

Description

Converts a line to a path.

Arguments

d_line

The line to be converted.

x_width

Path width of the path specified in user units.

t_pathStyle

Path style of the path, defaults to “truncateExtend”.

Value Returned

d_path

The dbObject of the path if the conversion is successful.

nil

The line is not converted.

Examples

dbConvertLineToPath(lineId 4)

Related Topics

Shape Conversion Functions


Return to top
 ⠀
X