mgSetStrapOffset
mgSetStrapOffset(
d_strapId
n_offset
)
=> t / nil
Description
Sets the strap offset attribute, which represents the distance from the bottom or left of the bBox of the strap object.
Arguments
Value Returned
Example
Specifies the offset attribute for a strap.
mgId = car(geGetEditCellView()~>figGroups)
topo = car(mgGetTopologyFromModgen(mgId))
strap = car(exists(obj dbGetTopologyObjects(topo)
dbGetTopologyPatternType(obj)=="strap"))
mgSetStrapOffset(strap 0.5)
Return to top