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

dbSetPatternRegionAllowedPatterns

dbSetPatternRegionAllowedPatterns(
d_shapeId
l_patternNameList
)
=> t / nil 

Description

(ICADVM20.1 Only) Sets the given allowed patterns for the specified shape.

Arguments

d_shapeId

The ID of the shape.

l_patternNameList

The list of allowed patterns.

Value Returned

t

The allowed patterns were set successfully for the specified shape.

nil

Returned in case of failure.

Example

dbSetPatternRegionAllowedPatterns(rect '("wsp1" "wsp2"))
=> t

Return to top
 ⠀
X