CADZoom
did nothing before the first screen update (4D problem). Has been fixed (note 126).
CADMoveToFront
and CADMoveToBack
could freeze the application. This has been fixed.
CADSetLayerOrder
returned error 69. This has been fixed.
CADRemoveLayer
has changed (note 125). There is a new parameter, that specifies
the action to be taken.
kCADNotOnSubLayerID
has changed.
CADSelect
has changed. There is a new parameter theBlockID. The implementation of CADSelect
is still restricted to the root Block (kCADRootBlockID
).
CADMetrics
has changed. There is a new parameter theObjIDs.
CADGetLayerMark and CADSetLayerMark have been removed. Consequently, kCADScopeMarkedLayers
scope is no more functional.
CADGetItemColor
and CADSetItemColor
are new.
CADDisplay is new (note 130).
CADTypeOfScope
is new.
CADAcceptDXF
is still unimplemented.