mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-06 00:16:32 +01:00
Added missing import for radial pater ExpectedOrderProductionAnalyzer
This commit is contained in:
parent
378353e260
commit
92cf2ce9a9
1 changed files with 2 additions and 0 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue