On Aug 13, 2009, at 2:55 AM, Jeshua Lacock wrote:

//set the clip type to plane
clipper.ClipType = Plane

When I try that I get:

>>> clipper.ClipType = Plane


I figured it out - I just need to add quotes:

>>> clipper.ClipType = "Plane"


It is working great now, thank you very much for your help Adriano!



Best,

Jeshua Lacock
Founder/Programmer
3DTOPO Incorporated
<http://3DTOPO.com>
Phone: 208.462.4171

_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to