<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>Hi,</p>
<p><br>
</p>
<p>I can access threshold values from solid/volume rendering. eg:</p>
<p>        from VolumeViewer import active_volume</p>
<p>        v = active_volume()</p>
<p>        if v==None:</p>
<p>            return</p>
<p></p>
<p>        levels = getattr(v, "solid_levels")</p>
<p>        t,a=levels[0]<br>
</p>
<p><br>
</p>
<p>How can I change a threshold value?</p>
<p><br>
</p>
<p><br>
</p>
<p><br>
</p>
<div id="Signature">
<div class="BodyFragment"><font size="2">
<div class="PlainText">Matthew Dougherty<br>
National Center for Macromolecular Imaging<br>
Baylor College of Medicine<br>
===========================================================================</div>
</font></div>
</div>
</div>
</body>
</html>