Assembly: fix older assembly code typos

Includes @ickby's 3rdparty opendcm code
This commit is contained in:
luz paz
2022-02-06 14:30:18 -05:00
committed by wwmayer
parent aed8864cd9
commit e0399e83c3
35 changed files with 180 additions and 179 deletions

View File

@@ -102,7 +102,7 @@ bool PartRef::holdsObject(App::DocumentObject* obj) const {
void PartRef::setCalculatedPlacement(std::shared_ptr< Part3D > part) {
//part is the same as m_part, so it doasn't matter which one we use
//part is the same as m_part, so it doesn't matter which one we use
Base::Placement p = dcm::get<Base::Placement>(part);
Product* ass = getParentAssembly();