Hello everyone,
I was experimenting with different parameters in the Slice Display section, as shown below:
I’ve been trying to locate the code responsible for creating and displaying these lines (or should I say contour-like visuals) in the views. So far, I’ve traced it to the vtkMRMLDisplayableNode
, which has the SetDisplay2DVisibility()
function. Using this function, I can toggle the visibility of these lines.
Unfortunately, I’m stuck at this point and haven’t been able to figure out the part of the code where these lines are actually created. It feels like I’m going in circles within the codebase.
Could anyone please guide me or point me in the right direction?