Core: Part::PartFeature should be Part::Feature
This commit is contained in:
committed by
Chris Hennes
parent
914e756cf0
commit
ef0ca1cff3
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user