Through TCL scripting I would like to access object attribute data arrays (eg point tcoords,&nbsp; cell normal values, etc)<br><br>From proxies i can only gain access to methods from the vtkSMProperty class and its descendants:
<br><br>[vtkTemp1102 GetProperty AddScalarVariable ] SetNumberOfElements 15<br>[vtkTemp1102 GetProperty AddScalarVariable ] SetElement 1 0&nbsp;&nbsp;&nbsp; .....<br><br>but this simply lets me set new types, and return array names and types.
<br><br>Where is the attribute data array (vtkDataArray) stored within Paraview and<br>can i gain access to this somehow to return attribute values point by point?<br><br>Thank you in advance<br><br>