mayo icon indicating copy to clipboard operation
mayo copied to clipboard

Error with Step File

Open declandw opened this issue 1 year ago • 2 comments

This particular step file when loaded into Mayo, the capacitors are missing faces. Increasing quality doesn't appear to fix this issue @HuguesDelorme Wanted to check to see if you knew what causes this.

Screenshot 2024-10-11 at 9 53 48 AM

In free cad the file seems to render correctly Screenshot 2024-10-11 at 9 58 25 AM bldc driver.STEP.zip

declandw avatar Oct 10 '24 23:10 declandw

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:

$> DRAWEXE
pload ALL
vinit
XNewDoc D
ReadStep D C:\\PathToFile\\...\\bldc_driver.STEP
XShow D
vsetdispmode 1

Image

HuguesDelorme avatar Feb 07 '25 10:02 HuguesDelorme

I've created this issue in OCCT GitHub repo: https://github.com/Open-Cascade-SAS/OCCT/issues/349

HuguesDelorme avatar Feb 07 '25 10:02 HuguesDelorme