webcad-api/types/Geometry/CreatePolylinePath.d.ts

5 lines
273 B
TypeScript
Raw Normal View History

2023-08-16 15:05:08 +08:00
import { Vector2 } from 'three';
import { Shape2 } from '../DatabaseServices/Shape2';
export declare function CreatePolylinePath(pts: Vector2[], buls: number[]): Shape2;
2023-05-08 10:53:13 +08:00
export declare function CreateShapeFromPoints(): void;
//# sourceMappingURL=CreatePolylinePath.d.ts.map