#if 1 #include "LeftLegSelectedOutput.any" #else SelectedOutput.Left = { AnyFolder Leg = { AnyFolder JointReactionForce = { /// Medial positive AnyVar Hip_MediolateralForce = ....Left.Leg.Jnt.Hip.Constraints.Reaction.Fout[2]; /// Proximal positive AnyVar Hip_ProximoDistalForce = ....Left.Leg.Jnt.Hip.Constraints.Reaction.Fout[1]; /// Anterior positive AnyVar Hip_AnteroPosteriorForce = ....Left.Leg.Jnt.Hip.Constraints.Reaction.Fout[0]; // Thigh.HipJoint ref /// Medial positive AnyVar Knee_MedioLateralForce = ....Left.Leg.Jnt.Knee.Constraints.Reaction.Fout[2]; /// Proximal positive AnyVar Knee_ProximoDistalForce = ....Left.Leg.Jnt.Knee.Constraints.Reaction.Fout[1]; /// Anterior positive AnyVar Knee_AnteroPosteriorForce = ....Left.Leg.Jnt.Knee.Constraints.Reaction.Fout[0]; /// External positive AnyVar Knee_AxialMoment = ....Left.Leg.MomentMeasure.KneeJointReactionMoments.Mlocal[1]; /// Internal positive AnyVar Knee_LateralMoment = ....Left.Leg.MomentMeasure.KneeJointReactionMoments.Mlocal[0]; // Thigh.KneeJoint ref /// Medial positive AnyVar Ankle_MedioLateralForce = ....Left.Leg.Jnt.Ankle.Constraints.Reaction.Fout[2]; /// Proximal positive AnyVar Ankle_ProximoDistalForce = ....Left.Leg.Jnt.Ankle.Constraints.Reaction.Fout[1]; /// Anterior positive AnyVar Ankle_AnteroPosteriorForce = ....Left.Leg.Jnt.Ankle.Constraints.Reaction.Fout[0]; /// External positive AnyVar Ankle_AxialMoment = ....Left.Leg.MomentMeasure.AnkleJointReactionMoments.Mlocal[1]; // Shank.AnkleJoint ref }; //End JointReactionForce AnyFolder JointMomentMeasure = { AnyVar HipAbduction = ....Left.Leg.MomentMeasure.HipNetMomentMuscle.MHipAbduction; AnyVar HipFlexion = ....Left.Leg.MomentMeasure.HipNetMomentMuscle.MHipFlexion; AnyVar HipExternalRotation = ....Left.Leg.MomentMeasure.HipNetMomentMuscle.MHipExternalRotation; // HipNodeRef.RotNode ref AnyVar KneeFlexion = -....Left.Leg.MomentMeasure.KneeNetMomentMuscle.MKneeFlexion; // Shank.KneeJoint.RotNode ref AnyVar AnklePlantarFlexion = ....Left.Leg.MomentMeasure.AnklePlantarFlexionNetMomentMuscle.MPlantarFlexion; // Shank.AnkleJoint ref AnyVar SubTalarEversion = ....Left.Leg.MomentMeasure.SubTalarEversionNetMomentMuscle.MSubTalarEversion; // Talus.SubTalarJoint ref }; //End JointMomentMeasure AnyFolder Muscles = { AnySearchFun MuscleList = { Search = ".....Left.Leg.Mus.*.Activity"; }; AnyVar Envelope = max(MuscleList()); }; //End Muscles }; //End Leg }; //End Left #endif