Forums:
Hi all,
I am trying to export step models by a script written in python. I experienced problems with that, when the path to the part file contains special characters such as German ä, ö, ü and maybe other.
Let's say the path to the part for is
C:\ORDNÄR\my part.prt
The property workpart.FullPath returns
C:\ORDNR\my part.prt
Does anyone know a solution for this?