开发:更新api

This commit is contained in:
FishOrBear
2022-02-16 11:15:31 +08:00
parent 4388a1f7c8
commit 8477786c73
1180 changed files with 37656 additions and 13243 deletions

View File

@@ -1,6 +1,6 @@
import { Poly3 } from "@jscad/modeling/src/geometries/types";
import { Vector3 } from "three";
import { CSG } from "../csg/core/CSG";
import { Polygon } from "../csg/core/math/Polygon3";
import { Geom3Res } from "../Common/CSGIntersect";
/**
* 解决 THREEBSP(CSG) 产生的结果没有办法得到分裂的个数.
* 本类分析了THREEBSP的组合情况.
@@ -12,8 +12,8 @@ import { Polygon } from "../csg/core/math/Polygon3";
*/
export declare class BSPGroupParse {
fractionDigits: number;
constructor(bsp?: CSG, fractionDigits?: number);
Add(poly: Polygon): void;
constructor(bsp?: Geom3Res, fractionDigits?: number);
Add(poly: Poly3): void;
/**
* 返回组合点
*/