BoxROI point definition #2750
-
Hi, Is there anyway we can see the (x,y,z) positions in the runSofa window, for defining the boxROI for example? Zahra |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi @zbounik Good question, yes!
Best Hugo |
Beta Was this translation helpful? Give feedback.
-
Hi Hugo, Thank you for your reply. But this wasn't my question, maybe I should ask it more clearly. I meant is there any feature that visualize the spacial coordination of each node in the runSofa window? This helps to easily define the boxROI indices. Anyway, I have noticed that using indices="@BoxROI.indices" in FixedConstraint component gives the coordination of defined indices in BoxROI, which can be used to adjust the indices. Best, |
Beta Was this translation helpful? Give feedback.
Hi @zbounik
Good question, yes!
How: all you need is to
drawBoxes="1"
e.g.<BoxROI name="myBox" box="0 0 0 1 1 1" drawBoxes="1" />
Best
Hugo