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

setEFunFlightLineTarget

setEFunFlightLineTarget() 
=> t / nil 

Description

Sets a target point for the enterLine function so that a flight line is drawn from the cursor to this point.

Argument

l_point

Point in user units to set as the target point.

Values Returned

t

Target point is set.

nil

Target point is not set.

Examples

Sets the target point at 1:0.

enterLine()
setEFunFlightLineTarget(1:0)

Related Topics

User Entry Functions

enterLine


Return to top
 ⠀
X