Toposhape/Part: Cleanup FeatureFillet, FeatureChamfer and dependencies

This commit is contained in:
bgbsww
2024-02-26 16:51:15 -05:00
parent 4f3d23fe98
commit 28cb508489
10 changed files with 254 additions and 130 deletions

View File

@@ -336,6 +336,7 @@ Data::Segment* TopoShape::getSubElement(const char* Type, unsigned long n) const
return new ShapeSegment(getSubShape(temp.c_str()));
}
// Type can be (should be?) a subshape name, not a type, E.G. Edge3
TopoDS_Shape TopoShape::getSubShape(const char* Type, bool silent) const {
TopoShape s(*this);
s.Tag = 0;