mgSetStrapLongOffset2
mgSetStrapLongOffset2(d_strapId n_longOffset2)=>t/nil
Description
Sets the long offset attribute for the top and right edge of the specified strap. This value determines the distance that the strap will extend from the strap object.
Arguments
Value Returned
Example
Specifies the long offset value for a strap for the top and right edges.
mgId = car(geGetEditCellView()~>figGroups)
topo = car(mgGetTopologyFromModgen(mgId))
strap = car(exists(obj dbGetTopologyObjects(topo)
dbGetTopologyPatternType(obj)=="strap"))
mgSetStrapLongOffset2(strap 0.5)
Return to top