[TD]warn on skewed ComplexSection profile

This commit is contained in:
wandererfan
2023-06-18 12:11:55 -04:00
committed by WandererFan
parent 348ecf9b56
commit c6a244ee71
3 changed files with 55 additions and 4 deletions

View File

@@ -723,7 +723,9 @@ TopoDS_Compound DrawViewSection::mapToPage(TopoDS_Shape& shapeToAlign)
}
if (goodWires.empty()) {
Base::Console().Warning("DVS::mapToPage - %s - section face has no valid wires.\n",
// this may or may not be significant. In the offset or noparallel strategies,
// a profile segment that is parallel to the SectionNormal will not generate a face.
Base::Console().Log("DVS::mapToPage - %s - section face has no valid wires.\n",
getNameInDocument());
continue;
}