webcad-ue4-api/types/Geometry/CreatContourFromGemo.d.ts
2025-04-01 14:56:29 +08:00

7 lines
295 B
TypeScript

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