📄 massehintenclass.mbe
字号:
""
RigidBodyMbs named: MassehintenClass.
port: #(AufbauPort) on: PairAtpMbs;
#(GelenkPort) on: PairAtpMbs;
output: #(posCenter) on: PositionAbsIcsMbs;
#(posGelenk) on: PositionAbsIcsMbs;
#(mcPosition_) on: PositionAbsIcsMbs;
#(mcOrientation_) on: QuaternionMbs;
auxiliar: #(frame1) on: VectorOdss size: 6;
#(frame2) on: VectorOdss size: 6;
#(frame3) on: VectorOdss size: 6;
#(mcFrame_) on: VectorOdss size: 6;
auxiliarEquation:
frame1 := #(-0.5 0 -0.4 0 0 0);
frame2 := #(1.0 0 0 0 0 0);
frame3 := #(0 0 0 0 0 0);
mcFrame_ := #(0 0 0 0 0 0);
portNamed:
AufbauPort value: frame1;
GelenkPort value: frame2;
posCenter value: frame3;
posGelenk value: frame2;
mcPosition_ value: mcFrame_;
mcOrientation_ value: mcFrame_;
mass: 430.0;
inertiaTensor: #(1 143.3 1 0 0 0 );
gravity: #(0 0 -9.81 );
position: #(0 0 0 );
orientation: #(0 0 0 1 );
velocity: #(0 0 0 );
angVelocity: #(0 0 0 );
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -