[#1231] Include non-aerodynamic components in bounding box calculations
This commit is contained in:
parent
72847b96eb
commit
34b5729693
@ -602,12 +602,6 @@ public class FlightConfiguration implements FlightConfigurableParameter<FlightCo
|
||||
final BoundingBox componentBounds = new BoundingBox();
|
||||
final List<InstanceContext> contexts = entry.getValue();
|
||||
|
||||
if( ! component.isAerodynamic()){
|
||||
// System.err.println(" << non-aerodynamic");
|
||||
// all non-aerodynamic components should be surrounded by aerodynamic ones
|
||||
continue;
|
||||
}
|
||||
|
||||
// FinSets already provide a bounding box, so let's use that.
|
||||
if (component instanceof BoxBounded) {
|
||||
final BoundingBox instanceBounds = ((BoxBounded) component).getInstanceBoundingBox();
|
||||
|
Loading…
x
Reference in New Issue
Block a user