UNPKG

@thewtex/vtk.js-esm

Version:

Visualization Toolkit for the Web

22 lines (19 loc) 801 B
import _defineProperty from '@babel/runtime/helpers/defineProperty'; import { BehaviorCategory, ShapeBehavior } from './ShapeWidget/Constants.js'; var _None; var DEFAULT_VALUES = { manipulator: null, visibleOnFocus: true, modifierBehavior: { None: (_None = {}, _defineProperty(_None, BehaviorCategory.PLACEMENT, ShapeBehavior[BehaviorCategory.PLACEMENT].CLICK_AND_DRAG), _defineProperty(_None, BehaviorCategory.POINTS, ShapeBehavior[BehaviorCategory.POINTS].CORNER_TO_CORNER), _defineProperty(_None, BehaviorCategory.RATIO, ShapeBehavior[BehaviorCategory.RATIO].FREE), _None) }, keysDown: {}, resetAfterPointPlacement: true, useHandles: false, pixelScale: 10 }; var vtkShapeWidget = { DEFAULT_VALUES: DEFAULT_VALUES }; export default vtkShapeWidget; export { DEFAULT_VALUES };