Set default launch lug instance separation
This commit is contained in:
parent
377fbf02f8
commit
b3e4d89973
@ -33,6 +33,7 @@ public class LaunchLug extends Tube implements AnglePositionable, BoxBounded, Li
|
|||||||
radius = 0.01 / 2;
|
radius = 0.01 / 2;
|
||||||
thickness = 0.001;
|
thickness = 0.001;
|
||||||
length = 0.03;
|
length = 0.03;
|
||||||
|
this.setInstanceSeparation(this.length * 2);
|
||||||
super.displayOrder_side = 15; // Order for displaying the component in the 2D side view
|
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
|
super.displayOrder_back = 12; // Order for displaying the component in the 2D back view
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user