piston.asmt file is running correctly
This commit is contained in:
@@ -277,7 +277,7 @@ void CADSystem::runOndselPiston()
|
||||
std::cout << "rotMotion1->phiBlk " << *(rotMotion1->phiBlk) << std::endl;
|
||||
TheSystem->addJoint(rotMotion1);
|
||||
//
|
||||
TheSystem->runKINEMATIC();
|
||||
TheSystem->runKINEMATIC(TheSystem);
|
||||
}
|
||||
|
||||
void CADSystem::runPiston()
|
||||
@@ -514,9 +514,17 @@ void CADSystem::runPiston()
|
||||
std::cout << "rotMotion1->phiBlk " << *(rotMotion1->phiBlk) << std::endl;
|
||||
TheSystem->addJoint(rotMotion1);
|
||||
//
|
||||
TheSystem->runKINEMATIC();
|
||||
TheSystem->runKINEMATIC(TheSystem);
|
||||
}
|
||||
|
||||
void MbD::CADSystem::preMbDrun(std::shared_ptr<System> mbdSys)
|
||||
{
|
||||
}
|
||||
|
||||
void CADSystem::postMbDrun()
|
||||
{
|
||||
}
|
||||
|
||||
void MbD::CADSystem::updateFromMbD()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user