[#1723] Import MassObject length with NoAuto

This commit is contained in:
SiboVG 2022-10-09 17:11:39 +02:00
parent 1579ec0f73
commit 84ade88cf2

View File

@ -374,7 +374,7 @@ class DocumentConfig {
// MassObject // MassObject
setters.put("MassObject:packedlength", new DoubleSetter( setters.put("MassObject:packedlength", new DoubleSetter(
Reflection.findMethod(MassObject.class, "setLength", double.class))); Reflection.findMethod(MassObject.class, "setLengthNoAuto", double.class)));
setters.put("MassObject:packedradius", new DoubleSetter( setters.put("MassObject:packedradius", new DoubleSetter(
Reflection.findMethod(MassObject.class, "setRadius", double.class), Reflection.findMethod(MassObject.class, "setRadius", double.class),
"auto", " ", "auto", " ",