New joints for ASMT and MBDyn
GearJoint, RackPinion, Screw, Planar and MBDynCase3orig.mbd MBDyn Sperical Hinge
This commit is contained in:
@@ -17,14 +17,6 @@ std::shared_ptr<Joint> MbD::ASMTPointInLineJoint::mbdClassNew()
|
||||
return CREATE<PointInLineJoint>::With();
|
||||
}
|
||||
|
||||
void MbD::ASMTPointInLineJoint::storeOnLevel(std::ofstream& os, int level)
|
||||
{
|
||||
storeOnLevelString(os, level, "PointInLineJoint");
|
||||
storeOnLevelString(os, level + 1, "Name");
|
||||
storeOnLevelString(os, level + 2, name);
|
||||
ASMTItemIJ::storeOnLevel(os, level);
|
||||
}
|
||||
|
||||
void MbD::ASMTPointInLineJoint::storeOnTimeSeries(std::ofstream& os)
|
||||
{
|
||||
os << "PointInLineJointSeries\t" << fullName("") << std::endl;
|
||||
|
||||
Reference in New Issue
Block a user