Product Documentation
Cadence User Interface SKILL Reference
Product Version IC23.1, September 2023

dlDrawPath

dlDrawPath(
x_pathWidth 
t_pathEndType 
l_pointsList
) 
=> t / nil 

Description

Draws a path to the screen from within a SkillObject procedure. A path is specified by a center line and a width.

Arguments

x_pathWidth

Specifies the path width.

t_pathEndType

End type can have one of three values: Truncate, Extend or Round. Truncate means the path will be square-ended and stop at the two endpoints. Extend means the path will be square-ended, but it will extend 1/2 the width from each end point. Round means the path will have a rounded endpoint and stop at the two endpoints.

l_pointsList

Coordinates of the center line.

Related Topics

Display List Draw Functions


Return to top
 ⠀
X