Jakub Legutko

Results 3 comments of Jakub Legutko
trafficstars

For now you could use something like that `const actorEntry = viewport.getActor(volumeId); const volumeActor = actorEntry?.actor as Types.VolumeActor; if (!volumeActor) { return; } const rgbTransferFunction = volumeActor.getProperty().getRGBTransferFunction(0); const [lower, upper]...

It would also help with customizing text box. Which lines we want to show, have them translated to user language etc. Right now I don't think there even is option...