Good day everyone,

Does anyone knows how to extract the "Transform" matrix from a Transform
filter?

I've been trying using the following line:

vtkSMDoubleVectorProperty *Transform_prop =
vtkSMDoubleVectorProperty::SafeDownCast(myFilterPipeline->getProxy()->GetProperty("Transform"));


But when I try to access any:

Transform_prop->GetElement(i);

I get a segmentation fault,

Any hints or ideas?

Thank you in advance!


... Juan Fernando Duque Lombana.
_______________________________________________
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