Set default launch lug instance separation

This commit is contained in:
SiboVG 2023-02-12 18:29:27 +00:00
parent 377fbf02f8
commit b3e4d89973

View File

@ -33,6 +33,7 @@ public class LaunchLug extends Tube implements AnglePositionable, BoxBounded, Li
radius = 0.01 / 2;
thickness = 0.001;
length = 0.03;
this.setInstanceSeparation(this.length * 2);
super.displayOrder_side = 15; // Order for displaying the component in the 2D side view
super.displayOrder_back = 12; // Order for displaying the component in the 2D back view
}