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

dbAddFigToFigGroup

dbAddFigToFigGroup( 
d_figGroupId
d_figId
)
=> t / nil

Description

Adds a figure to the specified figGroup.

Arguments

d_figGroup

The figGroup ID.

d_fig

The ID of the figure to be added.

Value Returned

t

The figure was added successfully.

nil

An error occurred during execution.

Examples

Creates a figGroup.

figGroup1 = dbCreateFigGroup(cv "figGroup1" t 0:0 "R0")

Creates a figure.

figOfRect = dbCreateRect(cv "METAL1" list(0:0 6.3:8.7)

Adds the figure to the figGroup.

dbAddFigToFigGroup(figGroup1 figOfRect)

Related Topics

FigGroup Creation and Modification Functions


Return to top
 ⠀
X