mgSetStrapDirection
mgSetStrapDirection(
d_strapId
t_direction
)
Description
Sets the strap direction. This value is valid only for straps with a single strap object. For straps with more than one strap objects, the router determines strap direction.
Arguments
Value Returned
Example
mgId = car(geGetEditCellView()~>figGroups)
topo = car(mgGetTopologyFromModgen(mgId))
strap=car(exists(obj dbGetTopologyObjects(topo)
dbGetTopologyPatternType(obj)=="strap"))
mgSetStrapDirection(strap "vertical")
Return to top