Hello Anybody
i want to make an external load as Flocal AnyFolder Loads = {
AnyForce3D external = {
Flocal = {580,0, 0};
AnyRefFrame &PointOfAttack = Main.HumanModel.BodyModel.Trunk.SegmentsThorax.ThoraxSeg.C7;
I use this cod to view the Force but the vector of the force didn't change the Direction along with the C7 segment
Hi toerholm,
Thanks. It worked.
i fixed the pelvis seg and loaded a external Force on the C7.then I want to measure the moment on following joint.
AnyFolder Joints=
{
AnyStdJoint SeatPelvis=
{
AnyRefFrame &Seat=Main.Model.EnvironmentModel.GlobalRef.Hpoint;
AnyRefFrame &Pelvis=Main.HumanModel.BodyModel.Trunk.SegmentsLumbar.PelvisSeg;
};
The standard joint has such output like other joints have. So simply look at this output from the joint. (taken from reference manual)
Constraints.Reaction.RefFrameOutput.M
Array of 3D moment vectors (global coordinates) associated with the...
Class type: AnyFloat
Eval moment: OutputVar
Default: "Dependent"
Array of 3D moment vectors (global coordinates) associated with the references frames used by the force object (i.e. by the underlying kinematic measure).