[#1227] Include root points in fin 3D view & export
This commit is contained in:
parent
84100ba74c
commit
d2b14e2a5d
@ -1009,7 +1009,8 @@ public abstract class FinSet extends ExternalComponent implements AxialPositiona
|
|||||||
* but the minor performance hit is not worth the code complexity of dealing with.
|
* but the minor performance hit is not worth the code complexity of dealing with.
|
||||||
*/
|
*/
|
||||||
public Coordinate[] getFinPointsWithTab() {
|
public Coordinate[] getFinPointsWithTab() {
|
||||||
return combineCurves(getFinPoints(), getTabPoints());
|
Coordinate[] temp = combineCurves(getFinPoints(), getRootPoints());
|
||||||
|
return combineCurves(temp, getTabPoints());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user