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

dbGetPathSegStyle

dbGetPathSegStyle(
d_pathSeg
)
=> l_pathSegStyle

Description

Returns the path segment end styles for the supplied pathSeg database object.

Arguments

d_pathSeg

Specifies the database identifier of the path segment object.

Value Returned

l_pathSegStyle

List of lists containing the following path seg style parameters:

(n_width
t_beginStyle
t_endStyle
[n_beginExt n_endExt [n_beginLeftDiagExt n_beginRightDiagExt n_beginRightHalfWidth n_endLeftDiagExt n_endRightDiagExt n_endRightHalfWidth]
]
)

Examples

dbGetPathSegStyle(d_pathSeg)
(1.0 "custom" "custom" 
    (0.5 0.5 
 (0.71 0.71 0.5 0.71 0.71
         0.5
     )
     )
)

Related Topics

Figure Creation and Retrieval Functions


Return to top
 ⠀
X