@@ -27,7 +27,7 @@ Name of the body.
2727
2828Origin Coordinate System of the body. This Coordinate System is the moving
2929coordinate system of one of the joints connected to the body. The choice of
30- this joint, called parent joint, is the result of an optimization that
30+ this joint, known as the parent joint, is the result of an optimization that
3131minimizes the number of degrees of freedom of the system.
3232
3333` InertiaBodyCoordinateSystem `
@@ -60,13 +60,13 @@ CS_Variable Iyy, CS_Variable Izz)`
6060
6161Overwrites the constant mass and principal inertia properties by variable
6262properties. During the solution process, the mass and inertia variation rate
63- needs to be evaluated. Therefore, only Point Table, Polynomial and Function
63+ must be evaluated. Therefore, only Point Table, Polynomial and Function
6464can be used to define the variation. Python user tables cannot be used to
65- define kinetic properties variations. You can make some of the properties
65+ define kinetic property variations. You can make some of the properties
6666(mass, Ixx, Iyy and Izz) constants by using constant variables.
6767
6868** Note**
69- The principal axis needs to be defined when the principal inertia is being
69+ The principal axis must be defined when the principal inertia is being
7070assigned. If the body is created by a command,
7171` SetCenterOfMassAndOrientationAngles ` or ` SetCenterOfMassAndOrientationMatrix `
7272must be called before calling ` SetVariableMassAndPrincipalInertia ` .
@@ -75,11 +75,11 @@ This function only applies to rigid bodies.
7575
7676** Note**
7777All quantities used in the solver must use a consistent unit system, which
78- sometimes differs from the user interface unit system. For example if the user
79- interface unit system is "mm,kg,N,s", the solver unit system will be
78+ sometimes differs from the user interface unit system. For example, if the
79+ user interface unit system is "mm,kg,N,s", the solver unit system will be
8080"mm,t,N,s". When using ` SetMassAndInertia ` or
81- ` SetVariableMassAndPrincipalInertia ` , the values of mass and inertia have to
82- be entered using the solver unit system.
81+ ` SetVariableMassAndPrincipalInertia ` , the values of mass and inertia must
82+ be entered using the solver unit system.
8383
8484### Derived classes
8585
0 commit comments