mgSetStrapHasDirection
mgSetStrapHasDirection(
d_strapId
g_hasDirection
)
Description
Specifies whether the given strap can have a direction.
Arguments
Value Returned
Example
Specifies that the strap can have a direction.
mgId = car(geGetEditCellView()~>figGroups)
topo = car(mgGetTopologyFromModgen(mgId))
strap = car(exists(obj dbGetTopologyObjects(topo)
dbGetTopologyPatternType(obj)=="strap"))
mgSetStrapHasDirection(strap t)
Return to top