@Ucodia:
I am using this procedure, it seems to be a long list, but actually it is simple procedure
:
1. enable grid in view
2. move the model so the one of your known point will be in [0,0,0]
3. move the center of the region also to [0,0,0]
4. rotate the model so the second of your known point will lay on X axis and scale the whole object roughly to the wanted size.
5. change four numbers (5.6 in my example on lines 6-9) to your distance value and save this text as e.g. scalebar.obj ...this is simple cube/block model in OBJ format.
o Cube
v 0.000000 0.000000 0.000000
v 0.000000 0.000000 0.100000
v 0.000000 0.100000 0.000000
v 0.000000 0.100000 0.100000
v 5.600000 0.000000 0.000000
v 5.600000 0.000000 0.100000
v 5.600000 0.100000 0.000000
v 5.600000 0.100000 0.100000
s 0
f 1 2 4 3
f 3 4 8 7
f 7 8 6 5
f 5 6 2 1
f 3 7 5 1
f 8 4 2 6
6. import scalebar.obj in metashape to your project, reset view, switch to othographics view using 5 numpad key.
7. zoom the view to the right side of the cube/block model so it touch right side of Metashape window
8. in workspace window switch from scalebar object to your original model and use scale model tool to scale the object so your second point also touches right side of Metashape window
9. now your model is properly scaled and your two points have exactly the distance you want
Tip: In orthographics view maybe your model will disappear during zooming. To avoid that hold shift + right mouse button and move mouse up/down...this will change camera clipping planes.