Can modeled files be dragged to locations? The modeled skin and bones are in the wrong position and need to be moved
You can move models (and anything else in displayed in Slicer) by applying transforms. Create a new linear transform node using the Transforms module (in the Active Transform dropbox, choose âCreate new Linear Transform asâŚâ). Then expand the âDisplayâ section (this seems to be necessary to create the default display node which enables interaction). Check the âVisible in 3D viewâ checkbox, and then uncheck âEnable rotationâ (because it looks like your models are rotationally aligned and only need to be translated). In the âApply transformâ section, select the model you want to move on the list of âTransformableâ items, and press the right green arrow button to apply the current transform to it, moving it to the âTransformedâ list. Now, the transformed model will move as you move the transform.
In the âInteractionâ section of the âDisplayâ section of the âTransformsâ module, click the âUpdate boundsâ button, and the display of the transform bounding box in the 3D view should now match the extent of the transformed model. To translate the model in 3D, click and drag with the middle mouse button. If you need to rotate the models to match, then enable rotation, and you can rotate by left clicking and dragging on the bounding box of the transform.
Thank you very much for your reply!