UNPKG

@kitware/vtk.js

Version:

Visualization Toolkit for the Web

13 lines (11 loc) 203 B
// Constants in support of ImplicitBoolean // var Operation = { UNION: 0, INTERSECTION: 1, DIFFERENCE: 2 }; var Constants = { Operation: Operation }; export { Operation, Constants as default };