Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

leHiConvertShapeToPathSeg

leHiConvertShapeToPathSeg( 
[ w_windowId ] 
) 
=> t / nil

Description

Converts a selected polygon, rectangle, or path in the specified window to a pathSeg, if a uniform width path can be inferred. If w_windowId is not specified, the current window is used.

Arguments

w_windowId

ID of the window in which the polygon, rectangle, or path needs to be converted to a pathSeg.

Values Returned

t

Returned when the selected polygon, rectangle, or path has been converted to a pathSeg.

nil

Returned when the selected polygon, rectangle, or path has not been converted to a pathSeg.

Examples

Converts the selected polygon, rectangle, or path to pathSeg in the current window.

leHiConvertShapeToPathSeg()


Return to top
 ⠀
X