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

dbSetPathSegPoints

dbSetPathSegPoints(
d_pathSegId
l_beginPt
l_endPt 
)
=> t / nil

Description

Specifies the beginning and ending points for the given path segment.

If the orientation of pathSeg is changed from orthogonal to diagonal, or conversely, the physical width will change, but the oaPathStyle width will remain the same. This is because the physical width = oaPathSeg width
/2 when the pathSeg is diagonal.

Arguments

d_pathSegId

The database ID of the pathSeg object.

l_beginPt

The beginning point of the segment.

l_endPt

The ending point of the segment.

Value Returned

t

When successful, returns t.

nil

Returns nil, if the updates are not successful.

Related Topics

Path Attributes

Interconnect Functions


Return to top
 ⠀
X