Assembly: fix older assembly code typos
Includes @ickby's 3rdparty opendcm code
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user