[fixes #470] May load TubeFinSet components again.

This commit is contained in:
Daniel_M_Williams 2018-11-04 11:20:31 -05:00
parent 151a4d864d
commit 4356e23966

View File

@ -8,12 +8,13 @@ import net.sf.openrocket.l10n.Translator;
import net.sf.openrocket.preset.ComponentPreset;
import net.sf.openrocket.preset.ComponentPreset.Type;
import net.sf.openrocket.rocketcomponent.position.AxialMethod;
import net.sf.openrocket.rocketcomponent.position.AxialPositionable;
import net.sf.openrocket.startup.Application;
import net.sf.openrocket.util.Coordinate;
import net.sf.openrocket.util.MathUtil;
import net.sf.openrocket.util.Transformation;
public class TubeFinSet extends ExternalComponent {
public class TubeFinSet extends ExternalComponent implements AxialPositionable {
private static final Translator trans = Application.getTranslator();
private final static double DEFAULT_RADIUS = 0.025;