UNPKG

@thewtex/vtk.js-esm

Version:

Visualization Toolkit for the Web

14 lines (12 loc) 207 B
// Constants in support of ImplicitBoolean // var Operation = { UNION: 0, INTERSECTION: 1, DIFFERENCE: 2 }; var Constants = { Operation: Operation }; export default Constants; export { Operation };