ExternalSystem class

This commit is contained in:
Aik-Siong Koh
2023-07-19 09:41:17 -06:00
parent 80bb812075
commit 225966dced
35 changed files with 1069 additions and 532 deletions

View File

@@ -23,8 +23,8 @@ int main()
auto externalSys = std::make_shared<CADSystem>();
externalSys->runOndselPiston();
externalSys->runPiston();
runSpMat();
//externalSys->runPiston();
//runSpMat();
}
void runSpMat() {