Hi,
I introduced a custom scaling law for the thigh and the shank.
Now i want to place patient specific geometry files (stl) at the thigh and shank position of the model.
I hav a transform from the patient specific femur to the femur of the human model. Now i want to transform the tibia file from the femur/thigh axes to the tibia/shank axes using AnyFunTransform3DLinRef2 but i cant get it to work.
Do you have any suggestions on how to achieve this?
Sorry if i was too unspecific.
The custom scaling works fine but i also want to place the patient-specific geometry files at the position of the thigh/shank of the human model to use them later on for FDK analysis.
Transformation from patient-specific geometries to thigh works but now all geometries (including tibia and patella) are placed at the thigh segment.
Assign each geometry file to the respective segment in the human model (tibia file -> shank etc.), how can this be done? I thought about using the AnyFunTransform3DLin2 function but nothing is happening…
There is some inconsistency in your code: (THIGH to SHANK?!)
Ref = &Main.HumanModel.BodyModel.Right.Leg.Seg.Thigh.Ana tomicalFrame;
RefTarget = &Main.HumanModel.BodyModel.Right.Leg.Seg.Shank.Ana tomicalFrame;
Have you resolved your problem? Are you still trying to position the surface for the FDK simulation?