dbAddFigToNet
dbAddFigToNet(
d_figId
d_netId
)
=> t / nil
Description
Assigns the given figure object to a specified net object. If the figure is already associated with a different net, the figure will be detached from that net before being assigned to the given net object.
Arguments
Value Returned
Example
When the SKILL command is successful, you can verify if the figure is added using
dbAddFigToNet(figId netId)
Where figId is a member of the returned list.
netId~>figs=>list(figs...)
Related Topics
Connectivity Creation and Modification Functions
Return to top