dbSetTrunkOrthoOffset
dbSetTrunkOrthoOffset(
d_trunkId
n_offset
)
=> t / nil
Description
Sets the orthogonal offset value for the specified trunk pattern ID. The specified value must be in userUnits. An orthogonal offset is only meaningful when there is an anchor set for the trunk pattern.
Arguments
|
The trunk pattern ID whose orthogonal offset value must be set. |
|
|
The orthogonal offset value that must be set for the specified trunk pattern ID. |
Value Returned
|
The orthogonal offset value was set for the specified trunk pattern ID. |
|
|
The orthogonal offset value was not set for the specified trunk pattern ID. |
Examples
dbSetTrunkOrthoOffset(trunk1 2)
Related Topics
Topology Pattern Database Access Functions
Return to top