import { Polyline } from './Polyline.js'; import type { BoundingBox } from '../Math/BoundingBox.js'; import { ObjectType } from '../Types/ObjectType.js'; import { PolylineFlags } from './PolylineFlags.js'; export declare class PolygonMesh extends Polyline { get flags(): PolylineFlags; set flags(value: PolylineFlags); mSmoothSurfaceDensity: number; mVertexCount: number; nSmoothSurfaceDensity: number; nVertexCount: number; get objectName(): string; get objectType(): ObjectType; get subclassMarker(): string; getBoundingBox(): BoundingBox | null; } //# sourceMappingURL=PolygonMesh.d.ts.map