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

dbConvertArcToLine

dbConvertArcToLine( 
d_arc 
x_nSides 
) 
=> d_line / nil 

Description

Converts an arc to a line. A line is defined as a number of connecting segments.

Arguments

d_arc

The arc to be converted.

x_nSides

Number of segments to be created.

Value Returned

d_line

The dbObject of the line if the conversion is successful.

nil

The arc is not converted.

Examples

dbConvertArcToLine(arcId 5)

Related Topics

Shape Conversion Functions


Return to top
 ⠀
X