2 coplanar faces are only C0 continuous

Hi,

I'm using BRep_Tool::Continuity to find all C0 continuous edges between faces in a solid. What strikes me odd is that coplanar faces are recognized as only C0 continuous. Could this be a bug?

Cheers, Torsten

Torsten Sadowski's picture

Ok,

BRep_Tool::Continuity is not a check. It just accesses a previously defined continuity which means for me I have to look at StepToTopoDS or make some real continuity calculations with LocalAnalysis_SurfaceContinuity.

Cheers, Torsten