Implement Limits
This commit is contained in:
committed by
PaddleStroke
parent
3a9e7cecab
commit
ad4a563b42
@@ -12,7 +12,14 @@
|
||||
|
||||
using namespace MbD;
|
||||
|
||||
std::shared_ptr<Joint> MbD::ASMTParallelAxesJoint::mbdClassNew()
|
||||
std::shared_ptr<ASMTParallelAxesJoint> MbD::ASMTParallelAxesJoint::With()
|
||||
{
|
||||
auto asmt = std::make_shared<ASMTParallelAxesJoint>();
|
||||
asmt->initialize();
|
||||
return asmt;
|
||||
}
|
||||
|
||||
std::shared_ptr<ItemIJ> MbD::ASMTParallelAxesJoint::mbdClassNew()
|
||||
{
|
||||
return CREATE<ParallelAxesJoint>::With();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user