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

undrawEnterFun

undrawEnterFun( ) 
=> t / nil 

Description

Undraws any rubberbanding shapes. Called when an enterfunction is active. If you enter data in the window, rubberbanding resumes.

Argument

None

Values Returned

t

The undraw is successful.

nil

There was no enterfunction pending in the current window.

Examples

The prompt “Next” appears in the CIW, and line segments connecting p1 and p2, and p2 and p3 appear on the screen.

enterPolygon( ?prompts list("First" "Next")
    ?pointlist list( p1 p2 p3 ) )

Erases the segments, but the prompt remains to signify the enterfunction is still active.

undrawEnterFun( )

Related Topics

User Entry Functions

hiInEnterFun


Return to top
 ⠀
X