A new class was added to reduce duplicated code in the classes DrawLine
, DrawDoubleLine
, DrawRect
, DrawArc
, DrawCircle
and DrawEllipse
. These classes now inherit from DrawOptionalModel3DShape
insted of DrawModel3DShape
.
Added: public class DrawOptionalModel3DShape extends DrawModel3DShape : abstract
Removed: public class DrawMeasureFeedbackVessel extends FeatureSearchFeedbackVessel : deprecated {
Removed: extend public void updateDrawField(DRecord info=null, Class type=null): deprecated {
Removed: public bool showMarkers = false; Removed: extend public void changeMarkerProperty(QuickProperties props, Object value, bool testChangeOnly) {
Removed: extend public void trim2(arc trimArc) {
Removed: public point2D graphPoint;
On drawing load, instances of DrawEllipse
will be replaced by instances of Draw3DEllipse
. The only major difference between them is that Draw3DEllipse
optionally supports 3D graphics outside of paper space.