mgGetStrapHasDirection
mgGetStrapHasDirection(d_strapId) =>t/nil
Description
Determines whether the strap direction is set for the specified strap.
Arguments
Value Returned
Example
Determines whether the strap direction is set for the specified strap.
mgId = car(geGetEditCellView()~>figGroups) topo = car(mgGetTopologyFromModgen(mgId)) strap = car(exists(obj dbGetTopologyObjects(topo) dbGetTopologyPatternType(obj)=="strap")) when(mgGetStrapHasDirection(strap) println(mgGetStrapDirection(strap))
)
Return to top