selectPartialPathHighlightStyle
graphic selectPartialPathHighlightStyle cyclic { "centerLine" | "boundary" | "centerLineAndBoundary" }
Description
Specifies the style used for highlighting the boundary ends of a path or pathSeg in partial selection mode.
-
centerLine: Default. Highlights only a part of the centerline of a path or pathSeg. -
boundary: Highlights the edge of a path or pathSeg. -
centerLineAndBoundary: Highlights part of the centerline as well as the edge of a path or pathSeg.
GUI Equivalent
Examples
envGetVal("graphic" "selectPartialPathHighlightStyle")
envSetVal("graphic" "selectPartialPathHighlightStyle" 'cyclic "boundary")
envSetVal("graphic" "selectPartialPathHighlightStyle" 'cyclic "centerLineAndBoundary")
Related Topics
Return to top