Hugues Delorme

Results 144 comments of Hugues Delorme

![Image](https://github.com/user-attachments/assets/8117f468-1009-4615-b85c-f6978bdb6b3c)

Hello, apologizes for the late answer You are trying to convert an STL file to IGES format, but this is not supported. An STL file contains mesh geometry, basically a...

I've updated 3rdparty fast_float to v8.0.2 Author of the library added support of `__loongarch64`, see: https://github.com/fougue/mayo/blob/f8b7e1d98db27402bb340ec4c7c7142a70bf59ab/src/3rdparty/fast_float/fast_float.h#L236 Can you please check `develop` branch builds fine on this arch without your PR?

Hello @rickyrockrat Try to set option "Force OpenGL Fallback Widget" to ON in the Tools->Options dialog: ![Image](https://github.com/user-attachments/assets/7b8c6f9a-0e70-4dea-9c36-54cff9722f5b) Then restart Mayo application

Hello @hramrach Can you describe the exact steps to reproduce the crash? That input would be very valuable Please, if possible, provide the files you used also. If not then...

How many files did you load? All of STEP format? What is the rough size of each?

I can't reproduce the issue you reported with the STEP files I have which trigger "auto naming" feature from OpenCascade(see [`XCAFDoc_ShapeTool::SetAutoNaming()`](https://dev.opencascade.org/doc/refman/html/class_x_c_a_f_doc___shape_tool.html#a8b2dd98025c86a28bf03b7efe4a6bb4d)). Those auto-generated names are "correct" Can you attach the...

Hello @dabari Thanks for your extensive and detailed comments There's actually nothing wrong with the increasing "tag counter" of the `axle1` and `axle2` labels. The labels owned by a document...

Hello @anzhou808 Can you provide a STEP file that reproduce the issue?

After investigation, this appears to be an OpenCascade bug, probably affecting AIS/V3d toolkits That graphics bug was reproduced using OpenCascade 7.8.0 Draw test harness: ````bash $> DRAWEXE pload ALL vinit...