<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr; font-family: Tahoma; color: rgb(0, 0, 0); font-size: 10pt;">
<br>
I'm looking for confirmation on whether this is a bug or a local implementation issue...<br>
<br>
I am trying to export PlotOverLine to a set of CSV files (over time).<br>
<br>
in 3.10.2 this code works, in 3.12.0 it generates an error:<br>
<br>
<span style="font-family: Courier New;">ExoOut = ExodusIIReader( FileName= foo.exo&nbsp; )</span><br style="font-family: Courier New;">
<span style="font-family: Courier New;">ExoOut.ElementVariables = ['FOO1', 'FOO2',]</span><br style="font-family: Courier New;">
<br style="font-family: Courier New;">
<span style="font-family: Courier New;">Plot1 = PlotOverLine(ExoOut)</span><br style="font-family: Courier New;">
<span style="font-family: Courier New;">Plot1.Source.Point1 = [ 0.0,&nbsp;&nbsp;&nbsp;&nbsp; 0.004,&nbsp; 0.0]</span><br style="font-family: Courier New;">
<span style="font-family: Courier New;">Plot1.Source.Point2 = [ 0.019,&nbsp;&nbsp; 0.004,&nbsp; 0.0]</span><br style="font-family: Courier New;">
<span style="font-family: Courier New;">Plot1.Source.Resolution = 100</span><br style="font-family: Courier New;">
<br style="font-family: Courier New;">
<span style="font-family: Courier New;">Output = CreateWriter('/fullPathname/filenameout.csv',Plot1)</span><br style="font-family: Courier New;">
<span style="font-family: Courier New;">Output.WriteAllTimeSteps = 1</span><br style="font-family: Courier New;">
<span style="font-family: Courier New;">Output.FieldAssociation = 'Points' </span>
<br style="font-family: Courier New;">
<span style="font-family: Courier New;">Output.UpdatePipeline()</span><br>
<br>
<br>
--------------------------3.12.0 Error Message -------------------------------------------------<br>
<br>
ERROR: In /LOCAL_BUILD_LOCATION/BUILD/CMakeExternals/Source/paraview-3.12.0/ParaViewCore/ServerManager/vtkSMWriterFactory.cxx, line 372<br>
vtkSMWriterFactory (0x127360f0): No matching writer found for extension: csv<br>
<br>
ERROR: In /LOCAL_BUILD_LOCATION/BUILD/CMakeExternals/Source/paraview-3.12.0/ParaViewCore/ServerManager/vtkSMWriterFactory.cxx, line 372<br>
vtkSMWriterFactory (0x127360f0): No matching writer found for extension: csv<br>
<br>
Traceback (most recent call last):<br>
&nbsp; File &quot;lineplot.py&quot;, line 62, in &lt;module&gt;<br>
&nbsp;&nbsp;&nbsp; Output.WriteAllTimeSteps = 1<br>
AttributeError: 'NoneType' object has no attribute 'WriteAllTimeSteps'<br>
<br>
<br>
<div><br>
<div style="font-family: Tahoma; font-size: 13px;"><span style="font-family: Tahoma;"><span style="font-weight: bold; font-style: italic;">Joshua R. Houskamp, PhD<br>
</span><span style="color: rgb(128, 128, 128);">Research Scientist</span><span style="font-weight: bold; font-style: italic; color: rgb(128, 128, 128);"><br style="font-style: italic;">
</span><font style="color: rgb(128, 128, 128);" size="2"><span style="font-style: italic;">Bowhead Science and Technology</span><br>
<span style="font-style: italic;">U.S. Army Research Laboratory<br>
Weapons and Materials Research Directorate<br style="font-style: italic;">
</span><span style="font-style: italic;">ATTN: RDRL-WMP-B</span><br style="font-style: italic;">
</font></span><font style="color: rgb(128, 128, 128); font-style: italic;" size="2">Aberdeen Proving Ground, MD 21005-5066</font><br style="font-style: italic; color: rgb(128, 128, 128);">
<span style="font-family: Tahoma;"><font size="2"><span style="font-style: italic;"><span style="color: rgb(128, 128, 128);">Office: 410-278-3815<br>
<span style="color: rgb(128, 128, 128);">Fax:&nbsp;&nbsp;&nbsp;&nbsp; 410-278-2460</span></span><br style="color: rgb(128, 128, 128);">
<span style="color: rgb(128, 128, 128);">joshua.r.houskamp.ctr@mail.mil</span><br>
<br>
</span></font></span></div>
</div>
</div>
</body>
</html>