Can't define Arc Axis with central angle larger than 177.605 degrees in GAXA

GAX ‘AXIS’
GAXA S X Y SX SY
0 0 0 0 1
GAXA L 15.499 R 5

The above works, 15.499/5/pi*180=177.605 deg
But 15.500 doesn’t work

what’s the workaround?

Hello

SOFiMSHC does not allow circular segments with an inner angle of >= 180 degree.
But you can connect two semi-circles. Just create a new GAXA command line:

GAX 'AXIS'
GAXA S X Y SX SY
0 0 0 0 1
GAXA L 15 R 5
GAXA L 15 R 5
GAXA L 1.5 R 5

Best regards
Frederik Höller
Your SOFiSTiK Support Team

1 Like