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

dbCreateEllipse

dbCreateEllipse( 
d_cellView 
txl_layerPurpose
l_bBox 
) 
=> d_ellipse / nil 

Description

Creates an ellipse.

Arguments

d_cellView

Database ID of a cellview.

txl_layerPurpose

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

l_bBox

Defines the bounding box of the ellipse.

Value Returned

d_ellipse

The dbObject of the ellipse.

nil

The ellipse is not created.

Examples

dbCreateEllipse(cv 1 list(0:0 2:3))

Related Topics

Database Access Function Argument Types

Object Creation and Retrieval Functions


Return to top
 ⠀
X