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 Wed, 03/05/2008 - 16:03
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.
Wed, 03/05/2008 - 16:03
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