We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 051d540 commit 89758edCopy full SHA for 89758ed
Sources/IO/XML/XMLPolyDataWriter/index.js
@@ -50,6 +50,11 @@ function vtkXMLPolyDataWriter(publicAPI, model) {
50
'CellData',
51
dataObject.getCellData()
52
);
53
+ publicAPI.processDataSetAttributes(
54
+ piece,
55
+ 'FieldData',
56
+ dataObject.getFieldData()
57
+ );
58
publicAPI.processDataArray(piece.ele('Points'), dataObject.getPoints());
59
60
POLYDATA_FIELDS.forEach((cellType) => {
0 commit comments