import { curve } from "./index.js"; import { pcurve } from "./index.js"; import { surface } from "./index.js"; import { preferred_surface_curve_representation } from "./index.js"; import EntityTypesAP214 from "./entity_types_ap214.gen.js"; import StepEntityInternalReference from "../../step/step_entity_internal_reference.js"; import StepEntityBase from "../../step/step_entity_base.js"; import StepModelBase from "../../step/step_model_base.js"; export declare class surface_curve extends curve { get type(): EntityTypesAP214; private curve_3d_?; private associated_geometry_?; private master_representation_?; get curve_3d(): curve; get associated_geometry(): Array; get master_representation(): preferred_surface_curve_representation; get basis_surface(): Array; constructor(localID: number, internalReference: StepEntityInternalReference, model: StepModelBase>, multiReference?: StepEntityInternalReference[]); static readonly query: EntityTypesAP214[]; static readonly expectedType: EntityTypesAP214; } //# sourceMappingURL=surface_curve.gen.d.ts.map