- Thu Jan 14, 2021 5:07 am
#321115
These are two lines within my 3D script dictated by a boolean:
Any idea why including the first line bricks my 2D projection while the second line does not? They both use the same variables in similar ways...
Ling.
Code: Select all
louvre_seal_width = ( 2 * d - 2 * dp * (n - 1) - 2 * gs_louvre_thk * cos (gs_louvre_opening_angle) ) / ( 2 * sin (gs_louvre_opening_angle) )
Code: Select all
louvre_seal_width = ( d - dp * (n - 1) + 3 * Louvre_over * sin (gs_louvre_opening_angle) - 2 * gs_louvre_thk * cos (gs_louvre_opening_angle) ) / ( 2 * sin (gs_louvre_opening_angle) )
Any idea why including the first line bricks my 2D projection while the second line does not? They both use the same variables in similar ways...
Ling.
AC18-23 AUS 4006
Self-taught, bend it till it breaks.
Win10 | E5620 x 2 | 24GB | K2200
Self-taught, bend it till it breaks.
Win10 | E5620 x 2 | 24GB | K2200