mgGetStrapOffset
mgGetStrapOffset(d_strapId) =>n_offset/nil
Description
Returns the strap offset attribute, which represents the distance from the bottom or left of the bBox of the strapObject.
Arguments
Value Returned
Example
Returns the strap offset attribute of the specified strap topology.
mgId = car(geGetEditCellView()~>figGroups)
topo = car(mgGetTopologyFromModgen(mgId))
strap = car(exists(obj dbGetTopologyObjects(topo)
dbGetTopologyPatternType(obj)=="strap"))
println(mgGetStrapOffset(strap))
Return to top