public ConstrDimensionLabelPoint(ConstrDimensionLabelPoint autorepeat) { // diese Konstruktor kommt bei autorepeat dran, wenn es keinen leeren Konstruktor gibt this.dimLabelType = autorepeat.dimLabelType; }
public ConstrDimensionLabelPoint(DimLabelType dimLabelType) { this.dimLabelType = dimLabelType; // switch für die zwei Bemaßungsarten Radius, Durchmesser }