开发:导出api

This commit is contained in:
ChenX 2023-12-11 09:23:55 +08:00
parent 0b53d5eaa9
commit bd2fff239e
4 changed files with 5 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,3 +1,4 @@
import Geom3 from '@jscad/modeling/src/geometries/geom3/type';
import { BufferGeometry, Frustum, Geometry, Matrix3, Matrix4, Object3D, UVGenerator, Vector3 } from 'three';
import { FaceDirection } from "../../Add-on/DrawDrilling/DrillType";
import { ObjectSnapMode } from '../../Editor/ObjectSnapMode';
@ -162,7 +163,7 @@ export declare class Board extends ExtrudeSolid {
/**
* csg数组,_2DPathDrawObject(线)
*/
private Get2DPathCsgs;
Get2DPathCsgs(): Geom3[];
protected get Has2DPath(): boolean;
private _workerCalcedGeom;
private _async2DPathIng;

File diff suppressed because one or more lines are too long