修复:eval2生成代码丢失

This commit is contained in:
ChenX
2023-09-12 17:22:44 +08:00
parent 05589d99d5
commit 9c91cdaec4
1952 changed files with 113 additions and 21248 deletions

View File

@@ -52,7 +52,7 @@ export declare class Ellipse extends Curve {
GetSplitCurves(param: number[] | number): this[];
Join(el: Ellipse): Status.False | Status.True;
GetObjectSnapPoints(snapMode: ObjectSnapMode, pickPoint: Vector3, lastPoint: Vector3, viewXform?: Matrix3): Vector3[];
IntersectWith2(curve: Curve, intType: IntersectOption): import("../../GraphicsSystem/IntersectWith").IntersectResult[];
IntersectWith2(curve: Curve, intType: IntersectOption): any;
GetStretchPoints(): Array<Vector3>;
GetGripPoints(): Array<Vector3>;
MoveStretchPoints(indexList: Array<number>, vec: Vector3): void;