1 Commits
3.4.0 ... 3.5.0

Author SHA1 Message Date
ChenX
bd2fff239e 开发:导出api 2023-12-11 09:23:55 +08:00
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 { BufferGeometry, Frustum, Geometry, Matrix3, Matrix4, Object3D, UVGenerator, Vector3 } from 'three';
import { FaceDirection } from "../../Add-on/DrawDrilling/DrillType"; import { FaceDirection } from "../../Add-on/DrawDrilling/DrillType";
import { ObjectSnapMode } from '../../Editor/ObjectSnapMode'; import { ObjectSnapMode } from '../../Editor/ObjectSnapMode';
@@ -162,7 +163,7 @@ export declare class Board extends ExtrudeSolid {
/** /**
* 这个函数生成了二维刀路的csg数组,并且同时生成了_2DPathDrawObject(二维刀路提刀线框显示对象) * 这个函数生成了二维刀路的csg数组,并且同时生成了_2DPathDrawObject(二维刀路提刀线框显示对象)
*/ */
private Get2DPathCsgs; Get2DPathCsgs(): Geom3[];
protected get Has2DPath(): boolean; protected get Has2DPath(): boolean;
private _workerCalcedGeom; private _workerCalcedGeom;
private _async2DPathIng; private _async2DPathIng;

File diff suppressed because one or more lines are too long