How can I take out the calculation that AnyBody do? For example in AnyKinMeasureOrg (i want to know the angle)
AnyKinMeasureOrg Flexion = {
AnyKinRotational HipMeasure ={
AnyRefFrame &PelvisRef = Main.MyArmModel.Segs.Mano.M10;
AnyRefFrame &ThighRef = Main.MyArmModel.Segs.Brazo;
Type=RotAxesAngles;
Axis1 = z; Axis2 = x; Axis3 = y;
};
};