Skip to content

Commit d7acde0

Browse files
committed
fix(ConcentricCylinderSource): Add missing getCellFields() method
1 parent 0027bb5 commit d7acde0

File tree

1 file changed

+1
-0
lines changed
  • Sources/Filters/Sources/ConcentricCylinderSource

1 file changed

+1
-0
lines changed

Sources/Filters/Sources/ConcentricCylinderSource/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ export function extend(publicAPI, model, initialValues = {}) {
320320
'center',
321321
'direction',
322322
], 3);
323+
macro.getArray(publicAPI, model, ['cellFields']);
323324
macro.algo(publicAPI, model, 0, 1);
324325
vtkConcentricCylinderSource(publicAPI, model);
325326
}

0 commit comments

Comments
 (0)