同步版本
This commit is contained in:
4
types/Geometry/SweepGeometry.d.ts
vendored
4
types/Geometry/SweepGeometry.d.ts
vendored
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user