CADSetMode
returned kCADBadParam
for most modes. This has been fixed.
CADImportDXF
could result in error kCADBlockRefError
.
This has been fixed.
CADStretchObj
now ignores theTopBottomStretchFactor for objects of type string.
Previously, it could result in error kCADBadParam
.
CADStretchObj
and CADFlipObj
now stretch and flip all polylines along x- and y-axes.
The special treatment of polylines with two and four vertices has disappeared.
CADStretchObj
accepts a negative stretch factor for stretching indexed polyline lines.
CADAddArray
no longer supports arrays of type pointer.
CADGetMatSpecs are
always rounded to 6 decimals.
CADAddPolyLine
returned kCADBadPoly
if start- and end-vertices were the
same. The check has disappeared.
%CADView
.
The %CADView
area is not selectable: there are no keyboard and clipboard events.
Mouse events are ignored (except for optional scrollbars). The cursor is always
the arrow cursor. There are no restrictions to API calls.
function ClipboardToPict ( var thePicture : Picture): OSErr;