CADCompareBlock
and CADCompareObj
are new.
Note. CADCompareBlock
and CADCompareObj
use the target area’s key masks.
CADAddArray
, CADGetArray
, CADSetArray
and CADRemoveArray
are new.
Note. CADClear
removes all arrays.
CADSelect
has a new parameter: theMinLayerModeToSelect. It should be set to
kCADLayerModeEditable
if theTargetObjScope = kCADScopeSelectedObjects
.
CADAddInsert
, CADAddInsertXY
and CADSetInsertID
now return an error
( kCADCannotInsertThisBlock
) if theInsertBlockID = kCADRootBlockID
.
Note. Recursive block inserts are still unchecked (the software will freeze).
CADGetLayerKeys and CADSetLayerKeys have been replaced by CADGetLayerKey
and
CADSetLayerKey
.
CADGetBlockKeys and CADSetBlockKeys have been replaced by CADGetBlockKey
and
CADSetBlockKey
.
CADGetObjKeys and CADSetObjKeys have been replaced by CADGetObjKey
and
CADSetObjKey
.