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

dbPointArraySize

dbPointArraySize( 
d_cellViewId
l_pointList
n_value
[ x_maxPoints ]
) 
=> l_pointList / nil

Description

Returns a list of point lists derived after performing an over size or under size operation on the shapes specified in the input list. The resulting point list is created in the specified cellview.

Arguments

d_cellViewId

Database ID of the cellview to create the output objects.

l_pointList

Input list with the list of point lists.

n_value

The sizing value.

x_maxPoints

Maximum number of points each point array in the output point list can contain.

Value Returned

l_pointList

List of points derived after an over size or under size operation on the input list.

Examples

pointArray = '( ((1 1) (1 6) (6 6) (6 1)) )
dbPointArraySize( geGetEditCellView() pointArray 1.0)

Related Topics

Point Array Functions


Return to top
 ⠀
X