Corner appears cut

Post here for help on using FreeCAD's graphical user interface (GUI).
Forum rules
and Helpful information
IMPORTANT: Please click here and read this first, before asking for help

Also, be nice to others! Read the FreeCAD code of conduct!
User avatar
NewJoker
Veteran
Posts: 3078
Joined: Sun Oct 11, 2020 7:49 pm

Corner appears cut

Post by NewJoker »

Hi,

for a long time I've been puzzled as to why one corner of even very simple model such as cuboid always appears cut when I zoom on it:

corner.JPG
corner.JPG (16.75 KiB) Viewed 1346 times

I can even select this artificial face but it disappears after exporting to STEP file. Do you know what causes this distortion and if it can be fixed somehow ?

This happens in both 0.19 and 0.20 but here's my FreeCAD info for the former:

OS: Windows 10 Version 2009
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.19.24276 (Git)
Build type: Release
Branch: releases/FreeCAD-0-19
Hash: a88db11e0a908f6e38f92bfc5187b13ebe470438
Python version: 3.8.6+
Qt version: 5.15.1
Coin version: 4.0.1
OCC version: 7.5.0
Locale: Polish/Poland (pl_PL)
User avatar
bambuko
Veteran
Posts: 2185
Joined: Thu Oct 24, 2019 12:53 pm
Location: UK, England, North Devon

Re: Corner appears cut

Post by bambuko »

It's always easier if there is a FreeCAD file to examine?
otherwise it's guesswork?
(although I am sure ubergeeks here will know the answer :ugeek: just from attached picture)
I am using Link branch and Assembly3
you can also download ... and try it here
excellent Assembly3 tutorials here
User avatar
NewJoker
Veteran
Posts: 3078
Joined: Sun Oct 11, 2020 7:49 pm

Re: Corner appears cut

Post by NewJoker »

bambuko wrote: Mon Dec 27, 2021 8:46 pm It's always easier if there is a FreeCAD file to examine?
otherwise it's guesswork?
(although I am sure ubergeeks here will know the answer :ugeek: just from attached picture)
Sure, I can provide the exemplary file. Here's a simple model of a cuboid that has this issue:
Corner distortion.FCStd
(9.08 KiB) Downloaded 32 times
User avatar
adrianinsaval
Veteran
Posts: 5548
Joined: Thu Apr 05, 2018 5:15 pm

Re: Corner appears cut

Post by adrianinsaval »

Long existing visual glitch in FreeCAD, no idea what causes it but your model geometry is not affected, it's a rendering issue
User avatar
Shalmeneser
Veteran
Posts: 9558
Joined: Wed Dec 23, 2020 12:04 am
Location: Fr

Re: Corner appears cut

Post by Shalmeneser »

Part_CheckGeometry :
Checked object: Corner_distortion.Pad (Pad):
Shape type: Solid
Vertices: 8
Edges: 12
Wires: 6
Faces: 6
Shells: 1
Solids: 1

Nothing unusual. Just visual distorsion imho.
User avatar
bambuko
Veteran
Posts: 2185
Joined: Thu Oct 24, 2019 12:53 pm
Location: UK, England, North Devon

Re: Corner appears cut

Post by bambuko »

adrianinsaval wrote: Mon Dec 27, 2021 8:55 pm ... it's a rendering issue
How do you pick/select a vertex on affected corner? (I haven't managed so far...)
later edit: you can actually select affected vertex by zooming far out
Problem disappears if you shorten the pad from original 500mm to 330mm (or less).
Anything above 330 shows the "cut corner"
Why this one corner, but no others?

BTW, it's not just 0.19 and 0.20 - I have the same problem in Link branch
Last edited by bambuko on Mon Dec 27, 2021 9:27 pm, edited 2 times in total.
I am using Link branch and Assembly3
you can also download ... and try it here
excellent Assembly3 tutorials here
User avatar
NewJoker
Veteran
Posts: 3078
Joined: Sun Oct 11, 2020 7:49 pm

Re: Corner appears cut

Post by NewJoker »

All right, thanks. I assumed that it’s not harmful to the model (apart from the fact that this corner can’t be selected) but I wondered if you know what causes it and if it can be fixed. Does it happen for everyone or only for some users ? Maybe specific hardware or OS configurations are affected by this glitch.
User avatar
Shalmeneser
Veteran
Posts: 9558
Joined: Wed Dec 23, 2020 12:04 am
Location: Fr

Re: Corner appears cut

Post by Shalmeneser »

Same visualization problem

Code: Select all

OS: Linux Mint 20.2 (MATE/mate)
Word size of FreeCAD: 64-bit
Version: 0.20.26683 (Git) AppImage
Build type: Release
Branch: (HEAD detached at 0388fbc)
Hash: 0388fbc98d49d874fb341b9037a743bc691d501f
Python version: 3.9.7
Qt version: 5.12.9
Coin version: 4.0.0
OCC version: 7.5.3
Locale: French/France (fr_FR)
User avatar
Chris_G
Veteran
Posts: 2598
Joined: Tue Dec 31, 2013 4:10 pm
Location: France
Contact:

Re: Corner appears cut

Post by Chris_G »

NewJoker wrote: Mon Dec 27, 2021 9:22 pm All right, thanks. I assumed that it’s not harmful to the model (apart from the fact that this corner can’t be selected) but I wondered if you know what causes it and if it can be fixed. Does it happen for everyone or only for some users ? Maybe specific hardware or OS configurations are affected by this glitch.
I think it comes from the default configuration of the 3D scene camera.
I have that kind of glitches from time to time and usually fix it with a View_FitAll.
NewJoker wrote: Mon Dec 27, 2021 8:42 pm I can even select this artificial face
In fact, I think the glitch is a hole, and you are selecting another face of the solid, that is in the background.
TheMarkster
Veteran
Posts: 5513
Joined: Thu Apr 05, 2018 1:53 am

Re: Corner appears cut

Post by TheMarkster »

Werner explained it once, but I don't remember the details. As ChrisG has said, view -> fit all will fix it. I see this also sometimes as an inability to select a vertex, also corrected with view -> fit all.
Post Reply