Limits output issue.
This commit is contained in:
@@ -22,7 +22,15 @@ void MbD::ASMTLimit::initMarkers()
|
||||
|
||||
void MbD::ASMTLimit::storeOnLevel(std::ofstream& os, size_t level)
|
||||
{
|
||||
assert(false);
|
||||
ASMTItemIJ::storeOnLevel(os, level);
|
||||
storeOnLevelString(os, level + 1, "MotionJoint");
|
||||
storeOnLevelString(os, level + 2, motionJoint);
|
||||
storeOnLevelString(os, level + 1, "Limit");
|
||||
storeOnLevelString(os, level + 2, limit);
|
||||
storeOnLevelString(os, level + 1, "Type");
|
||||
storeOnLevelString(os, level + 2, type);
|
||||
storeOnLevelString(os, level + 1, "Tol");
|
||||
storeOnLevelString(os, level + 2, tol);
|
||||
}
|
||||
|
||||
void MbD::ASMTLimit::readMotionJoint(std::vector<std::string>& lines)
|
||||
|
||||
Reference in New Issue
Block a user