PartDesign: decouple refine and other geometric computation (#17008)
This commit is contained in:
committed by
GitHub
parent
32e339447a
commit
115667f73a
@@ -150,7 +150,7 @@ short Feature::mustExecute() const
|
||||
return Part::Feature::mustExecute();
|
||||
}
|
||||
|
||||
TopoShape Feature::getSolid(const TopoShape& shape)
|
||||
TopoShape Feature::getSolid(const TopoShape& shape) const
|
||||
{
|
||||
if (shape.isNull()) {
|
||||
throw Part::NullShapeException("Null shape");
|
||||
@@ -226,7 +226,7 @@ bool Feature::isSingleSolidRuleSatisfied(const TopoDS_Shape& shape, TopAbs_Shape
|
||||
}
|
||||
|
||||
|
||||
Feature::SingleSolidRuleMode Feature::singleSolidRuleMode()
|
||||
Feature::SingleSolidRuleMode Feature::singleSolidRuleMode() const
|
||||
{
|
||||
auto body = getFeatureBody();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user