The codes in cm/core/asArcLocations.cm have been moved to cm/core/assocDims/asArcBoundLocations.cm.
The class asArcLocations
has been renamed to ASArcBoundLocations
.
Old: public class ASArcLocations extends ASLocations New: public class ASArcBoundLocations extends ASLocations
The function aslArcLocations
has also been renamed to aslArcBoundLocations
.
Old: public ASLocations aslArcLocations() New: public ASLocations aslArcBoundLocations()
In addition, the PropDef
aslArc
and aslWidth
have also been replaced by Snapper::AssociativeArc()
and Snapper::AssociativeArcWidth()
respectively.
// Class: Snapper Old: arc "aslArc" New: extend public Arc associativeArc() Old: double "aslWidth" New: extend public Double associativeArcWidth()