Solve dragging (#47)
runPreDrag, runDragStep, runPostDrag, PosICDragNewtonRaphson
This commit is contained in:
@@ -26,6 +26,19 @@ void MbD::ExternalSystem::preMbDrun(std::shared_ptr<System> mbdSys)
|
||||
}
|
||||
}
|
||||
|
||||
void MbD::ExternalSystem::updateFromMbD()
|
||||
{
|
||||
if (cadSystem) {
|
||||
cadSystem->updateFromMbD();
|
||||
}
|
||||
else if (asmtAssembly) {
|
||||
asmtAssembly->updateFromMbD();
|
||||
}
|
||||
else {
|
||||
assert(false);
|
||||
}
|
||||
}
|
||||
|
||||
void MbD::ExternalSystem::outputFor(AnalysisType type)
|
||||
{
|
||||
if (cadSystem) {
|
||||
|
||||
Reference in New Issue
Block a user