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

dbCreateLine

dbCreateLine( 
d_cellView 
txl_layerPurpose
l_points 
) 
=> d_line / nil 

Description

Creates a line.

Arguments

d_cellView

Database ID of a cellview.

txl_layerPurpose

Name, number, or a list of layer or layer-purpose pair.

l_points

Points list, must contain at least two points.

Value Returned

d_line

The dbObject of the line.

nil

The line is not created.

Examples

dbCreateLine(cv list( 68 "drawing") list(0:0 1:5) )
dbCreateLine(cv 1 list(1:1 2:5))
dbCreateLine(cv list("wire" "drawing") list(-4:1 2:2))

Related Topics

Object Creation and Retrieval Functions

Database Access Function Argument Types


Return to top
 ⠀
X