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

dbSetPathSegStyle

dbSetPathSegStyle(
d_pathSeg
n_width t_beginStyle t_endStyle  [ n_beginExt n_endExt 
    [ n_beginLeftDiagExt n_beginRightDiagExt n_beginRightHalfWidth     n_endLeftDiagExt n_endRightDiagExt n_endRightHalfWidth ] ]
)
=> t / nil

Description

Sets the path segment style of a given path seg database object.

Arguments

d_pathSeg

Specifies the database identifier of the pathSeg object.

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

  

Specifies the path seg style parameters.

Value Returned

t

If the path seg style is successfully set.

nil

If the path seg style is not set.

Examples

dbSetPathSegStyle(p2 1.0 "custom" "custom" list(0.5 0.5 list(0.71 0.71 0.5 0.71 0.71 0.5)))

Related Topics

Figure Creation and Retrieval Functions


Return to top
 ⠀
X