add runOndselDoublePendulum for simple case
This commit is contained in:
@@ -26,19 +26,20 @@ void runSpMat();
|
||||
|
||||
int main()
|
||||
{
|
||||
ASMTAssembly::runFile("piston.asmt");
|
||||
ASMTAssembly::runFile("00backhoe.asmt");
|
||||
ASMTAssembly::runFile("circular.asmt");
|
||||
ASMTAssembly::runFile("cirpendu.asmt"); //Under constrained. Testing ICKine.
|
||||
ASMTAssembly::runFile("engine1.asmt");
|
||||
ASMTAssembly::runFile("fourbar.asmt");
|
||||
ASMTAssembly::runFile("fourbot.asmt");
|
||||
ASMTAssembly::runFile("wobpump.asmt");
|
||||
//ASMTAssembly::runFile("piston.asmt");
|
||||
//ASMTAssembly::runFile("00backhoe.asmt");
|
||||
//ASMTAssembly::runFile("circular.asmt");
|
||||
//ASMTAssembly::runFile("cirpendu.asmt"); //Under constrained. Testing ICKine.
|
||||
//ASMTAssembly::runFile("engine1.asmt");
|
||||
//ASMTAssembly::runFile("fourbar.asmt");
|
||||
//ASMTAssembly::runFile("fourbot.asmt");
|
||||
//ASMTAssembly::runFile("wobpump.asmt");
|
||||
|
||||
auto cadSystem = std::make_shared<CADSystem>();
|
||||
cadSystem->runOndselPiston();
|
||||
cadSystem->runPiston();
|
||||
runSpMat();
|
||||
cadSystem->runOndselDoublePendulum();
|
||||
////cadSystem->runOndselPiston();
|
||||
//cadSystem->runPiston();
|
||||
//runSpMat();
|
||||
}
|
||||
|
||||
void runSpMat() {
|
||||
|
||||
Reference in New Issue
Block a user