We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72b32e4 commit 14e8902Copy full SHA for 14e8902
1 file changed
src/Extend/DataExchange.py
@@ -446,7 +446,11 @@ def write_iges_file(a_shape, filename):
446
read_stl_file("s_stl_precise_ascii.stl")
447
# iges test
448
write_iges_file(sphere_shape, "s_iges.igs")
449
+ # write IGES with special character
450
+ write_iges_file(sphere_shape, "sphère.igs")
451
+ read_iges_file("sphère.igs")
452
read_iges_file("s_iges.igs")
453
read_iges_file("s_iges.igs", return_as_shapes=True)
454
# test step with colors
455
read_step_file_with_names_colors("s_214.stp")
456
+
0 commit comments