Variable geometryTypeConst

geometryType: {
    box: 3;
    circle: 4;
    cylinder: 5;
    line: 1;
    none: 0;
    plane: 2;
    polygon: 7;
    sphere: 6;
} = ...