evereux / pycatia

python module for CATIA V5 automation
MIT License
196 stars 53 forks source link

Update coords_relative_to_axis_system.py #185

Closed Mithro86 closed 9 months ago

Mithro86 commented 9 months ago

Correction of PR #183. I had missed to include "normalize_vector".

evereux commented 9 months ago

Thanks for the update.

It seems to work from my limited testing.

I did some quick googling on this as I was amazed this functionality wasn't already baked in. I'm going to consider adding this feature to pycatia itself as I can see this being quite useful!