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