[Paraview] How to save geometry from python?
Burlen Loring
bloring at lbl.gov
Thu Nov 21 12:17:30 EST 2013
Hi Rich,
I think that the save geometry option saves the last data that's passed
into the rendering portion of the pipeline, it's typically a surface but
depends on which representation you're using. Most of the time you can
mimic the functionality by applying the extract surface filter and
writing the result. For example:
ws = Wavelet()
es = ExtractSurface()
sw = CreateWriter('wavesurf.vtp')
sw.UpdatePipeline()
Does that work for your situation?
Burlen
On 11/20/2013 02:14 PM, Cook, Rich wrote:
> Oh crud I see someone just asked and it is not possible at the moment.
> Sigh. Hopefully this is fixed in next release!
> I submitted bug 14417
>
> On Nov 20, 2013, at 2:05 PM, "Cook, Rich" <cook47 at llnl.gov
> <mailto:cook47 at llnl.gov>>
> wrote:
>
>> I tried using the Trace tool but it does not capture what happens
>> when I do File --> Save Geometry.
>> Can somone tell me how to do so?
>> Thanks!
>>
>> --
>> ?Richard Cook
>> ? Lawrence Livermore National Laboratory
>> Bldg-453 Rm-4024, Mail Stop L-557
>> 7000 East Avenue, Livermore, CA, 94550, USA
>> ? (office) (925) 423-9605
>> ? (fax) (925) 423-6961
>> ---
>> Information Management & Graphics Grp., Services & Development Div.,
>> Integrated Computing & Communications Dept.
>> (opinions expressed herein are mine and not those of LLNL)
>>
>>
>>
>
> --
> ?Richard Cook
> ? Lawrence Livermore National Laboratory
> Bldg-453 Rm-4024, Mail Stop L-557
> 7000 East Avenue, Livermore, CA, 94550, USA
> ? (office) (925) 423-9605
> ? (fax) (925) 423-6961
> ---
> Information Management & Graphics Grp., Services & Development Div.,
> Integrated Computing & Communications Dept.
> (opinions expressed herein are mine and not those of LLNL)
>
>
>
>
>
> _______________________________________________
> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20131121/98f5e2fb/attachment.htm>
More information about the ParaView
mailing list