CADCopyTo
and CADMoveTo
caused a wrong drawing order.
CADScaleXY
is a function, not a procedure.
CADPointOnLine
, CADPointInRect
,
CADRectAndRect
, CADLineAndRect
and CADLineAndLine
.
CADOffscreen and CADEndOffscreen
are new.
CADGetKeyMask
and CADSetKeyMask
are new.
Note. CADClear
doesn’t clear key masks.
CADCopyLayers
, CADCopyAttributes
and CADCopyBlocks
are new.
CADCopyLayers
and CADCopyAttributes
before calling CADCopyBlocks
.
CADCopyPrefs is new (but still unimplemented)
CADCopyPrefs sets the draw size also.
CADCopyArea is new (but still unimplemented)
CADCopyObjTo
and CADCopyObjByMatrix
are new.
Note. These methods are essentially the same as CADCopyTo
and CADCopyByMatrix
respectively, except that:
CADDuplicate has disappeared. It can be implemented with other copy calls.
CADStretchObj
returned kCADCannotStretchObj
for objects without a direction
vector (e.g. most polylines and inserts of empty blocks). CADStretchObj
now stretches
these objects along the X- and Y-axes.
CADStretchObj
returned kCADBadParam
if the top/bottom stretchfactor was not
applicable and it had a value other than 1.0 or 0.0. CADStretchObj
now ignores
non-applicable top/bottom stretchfactors. This is true for line objects, polyline
objects with two vertices and indexed lines of polyline objects