Core: Part::PartFeature should be Part::Feature

This commit is contained in:
Florian Foinant-Willig
2025-04-06 21:40:58 +02:00
committed by Chris Hennes
parent 914e756cf0
commit ef0ca1cff3
9 changed files with 15 additions and 15 deletions

View File

@@ -445,7 +445,7 @@ Base::Vector3d ShapeExtractor::getLocation3dFromFeat(const App::DocumentObject*
return Base::Vector3d(0.0, 0.0, 0.0);
}
// if (isDraftPoint(obj) {
// //Draft Points are not necc. Part::PartFeature??
// //Draft Points are not necc. Part::Feature??
// //if Draft option "use part primitives" is not set are Draft points still PartFeature?
const Part::Feature* pf = dynamic_cast<const Part::Feature*>(obj);