I have a CBCT data, and I want to measure distance from a given fiducial to a plane. I tried extension of “Angle Planes”, but I could not add scene before continuing to manage planes.
Is there any extension for measuring the distance between a given fiducial to a plane?
You can write a script easily that gets distances of points F from a plane P (by transforming the points to the plane’s coordinate system and get the third coordinate value):
Hello Prof Lasso, I am interested in finding perpendicular distance from point F to plane P as well and unfortunately that bit of code did not work. Dan
I get the following error:
File “”, line 7, in
File “<array_function internals>”, line 180, in append
File “/Applications/Slicer.app/Contents/lib/Python/lib/python3.9/site-packages/numpy/lib/function_base.py”, line 5444, in append
return concatenate((arr, values), axis=axis)
File “<array_function internals>”, line 180, in concatenate
ValueError: all the input array dimensions for the concatenation axis must match exactly, but along dimension 0, the array at index 0 has size 1 and the array at index 1 has size 4