[fix] FreeformFins now update main RocketWindow when a point is changed
This commit is contained in:
parent
a230d42fab
commit
77bc272e7b
@ -222,6 +222,8 @@ public class FreeformFinSet extends FinSet {
|
|||||||
log.error(String.format("ERROR: found an intersection while setting fin point #%d to [%6.4g, %6.4g] <body frame> : ABORTING setPoint(..) !! ", index, xRequest, yRequest));
|
log.error(String.format("ERROR: found an intersection while setting fin point #%d to [%6.4g, %6.4g] <body frame> : ABORTING setPoint(..) !! ", index, xRequest, yRequest));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fireComponentChangeEvent(ComponentChangeEvent.AEROMASS_CHANGE);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void movePoints(final double delta_x, final double delta_y) {
|
private void movePoints(final double delta_x, final double delta_y) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user