Added missing import for radial pater ExpectedOrderProductionAnalyzer

This commit is contained in:
mmiscool 2023-08-25 02:28:20 +00:00
parent 378353e260
commit 92cf2ce9a9

View file

@ -8,6 +8,8 @@ import {MShell} from 'cad/model/mshell';
import {Matrix3x4} from "math/matrix"; import {Matrix3x4} from "math/matrix";
import {AddLocation, SetLocation} from "cad/craft/e0/interact"; import {AddLocation, SetLocation} from "cad/craft/e0/interact";
import {DEG_RAD} from "math/commons"; import {DEG_RAD} from "math/commons";
import { SameTopologyProductionAnalyzer } from "cad/craft/production/productionAnalyzer";
import icon from "./RADIAL-PATTERN.svg" import icon from "./RADIAL-PATTERN.svg"
interface patternRadialParams { interface patternRadialParams {