webcad-ue4-api/types/Geometry/CreatContourFromGemo.d.ts

7 lines
295 B
TypeScript
Raw Permalink Normal View History

2025-04-01 14:56:29 +08:00
import { BufferGeometry, Matrix4 } from "three";
import { Polyline } from "../DatabaseServices/Entity/Polyline";
export declare function ProjectionContour(bufGeom: BufferGeometry, ocs: Matrix4): {
polyline: Polyline;
maxDist: number;
};
//# sourceMappingURL=CreatContourFromGemo.d.ts.map