Hi sir
I am working recently on the fea of lumbar spine. I export l5,l4,l3,l2,and l1 from anybody human model and assembled in the 3 matic. Now im trying to export loads on all five vertebrae.But after applying convertor only l5 loads are exporting. Codings used are following-
AnyMechOutputFileForceExport FE_Out =
{
FileName = "Output\spineloads.xml";
UseRefFrameOnOff = On;
AnyRefFrame & ref1 = Main.HumanModel.BodyModel.Trunk.SegmentsLumbar.L5Seg;
AllSegmentsInStudyOnOff = Off;
XMLformatOnOff = On;
//AllSegmentsInStudyOnOff = Off;
AnySeg &L5Seg = Main.HumanModel.BodyModel.Trunk.SegmentsLumbar.L5Seg;
};
AnyOperationShellExec ConvertToAbq={
Show=On;
FileName ="Output\AnyFE2Abq\AnyFE2Abq.exe";
Arguments = â-i .\Output\spineloads.xml -o .\Output\Outputspine2.inp -m .\Output\LUMBAR2.inp -rsegment -tâ +strquote(â1000 0 0 0 1000 0 0 0 1000 0 0 0â);
WorkDir=".\ ";
};
Iam confused which segment will used as reference point for generating .xml file.Plz suggest me the right reference point.
Thanks
Regards,
Mohit