10 lines
256 B
TypeScript
10 lines
256 B
TypeScript
|
import { Command } from "../Editor/CommandMachine";
|
||
|
export declare class CheckHoles implements Command {
|
||
|
exec(): Promise<void>;
|
||
|
/**
|
||
|
* 存在通孔
|
||
|
*/
|
||
|
private IsThough;
|
||
|
private IsCollsion;
|
||
|
}
|
||
|
//# sourceMappingURL=CheckHoles.d.ts.map
|