import { simple_pair_range } from "./index.js"; import { rectangular_trimmed_surface } from "./index.js"; import { plane_angle_measure } from "./index.js"; import { unlimited_range } 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_pair_range extends simple_pair_range { get type(): EntityTypesAP214; private range_on_surface_1_?; private range_on_surface_2_?; private lower_limit_actual_rotation_?; private upper_limit_actual_rotation_?; get range_on_surface_1(): rectangular_trimmed_surface; get range_on_surface_2(): rectangular_trimmed_surface; get lower_limit_actual_rotation(): plane_angle_measure | unlimited_range; get upper_limit_actual_rotation(): plane_angle_measure | unlimited_range; constructor(localID: number, internalReference: StepEntityInternalReference, model: StepModelBase>, multiReference?: StepEntityInternalReference[]); static readonly query: EntityTypesAP214[]; static readonly expectedType: EntityTypesAP214; } //# sourceMappingURL=surface_pair_range.gen.d.ts.map