Good day everyone,<br><br>Does anyone knows how to extract the &quot;Transform&quot; matrix from a Transform filter?<br><br>I&#39;ve been trying using the following line:<br><br>vtkSMDoubleVectorProperty *Transform_prop = vtkSMDoubleVectorProperty::SafeDownCast(myFilterPipeline-&gt;getProxy()-&gt;GetProperty(&quot;Transform&quot;)); <br>
<br>But when I try to access any:<br><br>Transform_prop-&gt;GetElement(i);<br><br>I get a segmentation fault,<br><br>Any hints or ideas?<br><br>Thank you in advance!<br><br><br>... Juan Fernando Duque Lombana.<br>