同步版本

This commit is contained in:
ChenX
2023-07-21 15:56:48 +08:00
parent 48e15326a5
commit b535db4ba8
455 changed files with 4017 additions and 1391 deletions

View File

@@ -7,8 +7,10 @@ import { Polyline } from "../DatabaseServices/Entity/Polyline";
*/
export declare class SweepGeometry extends Geometry {
edgePts: number[];
constructor(contour: Polyline, path: Curve);
ShapeMaterialSlotData: number[];
constructor(contour: Polyline, path: Curve[] | Curve, ShapeMaterialSlotData?: number[]);
AddShape(contour: Polyline, path: Curve): void;
AddShape2(contour: Polyline, paths: Curve[]): void;
private BuildSideFaces;
private BuildLid;
}