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

dbCreateClusterBoundary

dbCreateClusterBoundary(
d_clusterId
t_name
l_points
[ lt_edgeNames ]
)
=> d_boundaryId / nil

Description

Creates a cluster boundary object in the cellview of the given cluster. The cluster boundary is associated with a cluster (grouping of objects) and defines the area of the cluster objects.

Arguments

d_clusterId

The database ID of the cluster in which to create the boundary.

t_name

Name of the cluster boundary.

l_points

Specifies the list of points for the boundary.

lt_edgeNames

Optional argument that list the names of boundary edges.

Value Returned

d_boundaryId

Returns the database ID of the boundary if the creation is successful.

nil

nil is returned if the cluster ID is invalid.

Related Topics

Database Access Function Argument Types

Boundary Functions


Return to top
 ⠀
X