Implement Limits
This commit is contained in:
committed by
PaddleStroke
parent
3a9e7cecab
commit
ad4a563b42
@@ -32,7 +32,7 @@ void CADSystem::outputFor(AnalysisType)
|
||||
{
|
||||
auto str = std::to_string(mbdSystem->mbdTimeValue());
|
||||
this->logString(str);
|
||||
mbdSystem->partsJointsMotionsForcesTorquesDo([](std::shared_ptr<Item> item) {
|
||||
mbdSystem->partsJointsMotionsLimitsForcesTorquesDo([](std::shared_ptr<Item> item) {
|
||||
std::cout << std::endl;
|
||||
std::cout << item->classname() << " " << item->name << std::endl;
|
||||
auto data = item->stateData();
|
||||
|
||||
Reference in New Issue
Block a user